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