From 73f929f0623cce14eef750ca94cce30d94289504 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:41:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eb60a6..85b2161 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,6 +106,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafted for Perfection" description="At Gentlemen Socks, we believe that the smallest details define the man. Our socks are engineered with premium materials to ensure a perfect fit that stays throughout your busy day." + buttons={[ + { + text: "View Our Craft", href: "#products"}, + ]} bulletPoints={[ { title: "Premium Material", description: "High-grade Egyptian cotton for softness and breathability."}, @@ -262,4 +266,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1