From 250773116606e70d00e7a513b70c992ee9c948e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:09:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." }, ]} />