From cf048ca41cedacc7aef965c6984360c4c309ff55 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 11:13:25 +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 f6c8936..2676283 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,6 +141,10 @@ export default function LandingPage() { { id: "p6", name: "Linen Tailored Shirt", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11224.jpg"}, ]} + buttons={[ + { + text: "Shop Now", href: "#shop"} + ]} title="The ET Collection" description="Experience our latest arrivals in premium bags, sophisticated footwear, and signature shirts." /> @@ -280,4 +284,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1