update content and image using items start

This commit is contained in:
Faisal Amir 2024-03-19 12:13:57 +07:00
parent 912f6028ae
commit cb5b170426

View File

@ -291,7 +291,7 @@ export default function Home() {
</div>
</div>
<div className="flex lg:flex-row flex-col items-center gap-8 mt-10">
<div className="flex lg:flex-row flex-col items-start gap-8 mt-10">
<div className="w-full lg:w-2/5 px-4 lg:p-0">
{features.map((feature, i) => {
const isActive = activeFeature === i