From f91ab95bef636cf76ac678ca071c4e9f9c0cfeab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:17:40 +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 45bd8e3..cd124e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { { id: "p5", name: "Rapid Recovery", price: "$32.99", variant: "500g", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980049.jpg" }, { id: "p6", name: "Bulk Pack", price: "$79.99", variant: "2.5kg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg" }, ]} - title="Our Formulations" + title="Shop Our Performance Formulations" description="Find the perfect supplement for your specific training goals." /> @@ -165,4 +165,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}