From b3dbcb82219709963ac80a987617515580a68f80 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:09:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 ++++++++++++----------------------------------- 1 file changed, 32 insertions(+), 97 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0be9409..a8e5cc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,25 +28,15 @@ export default function LandingPage() {
@@ -236,6 +165,12 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + 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." }, + ]} /> -- 2.49.1