From 6b3a5876d84961d5cb1695356f9c6b8363909140 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:10:31 +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 a1eb77b..dd15738 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={[ - { media: { icon: Star }, title: "Premium Quality", description: "Only the best ingredients." }, - { media: { icon: CheckCircle }, title: "Fast Shipping", description: "Get your gains quickly." }, + { icon: Star, title: "Premium Quality", description: "Only the best ingredients." }, + { icon: CheckCircle, title: "Fast Shipping", description: "Get your gains quickly." } ]} />