From 3006a089d56f9b64cb3fb3477f1b68d52471b00c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:11:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd15738..a8f6afa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,7 +167,7 @@ export default function LandingPage() { useInvertedBackground={false} title="WHY CHOOSE US?" description="Experience the GR NUTRITION difference." - features={[ + items={[ { icon: Star, title: "Premium Quality", description: "Only the best ingredients." }, { icon: CheckCircle, title: "Fast Shipping", description: "Get your gains quickly." } ]} -- 2.49.1