diff --git a/src/app/page.tsx b/src/app/page.tsx index a8e5cc2..a1eb77b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,8 +168,8 @@ export default function LandingPage() { title="WHY CHOOSE US?" description="Experience the GR NUTRITION difference." features={[ - { icon: Star, title: "Premium Quality", description: "Only the best ingredients." }, - { icon: CheckCircle, title: "Fast Shipping", description: "Get your gains quickly." }, + { media: { icon: Star }, title: "Premium Quality", description: "Only the best ingredients." }, + { media: { icon: CheckCircle }, title: "Fast Shipping", description: "Get your gains quickly." }, ]} />