From 8e4c7e85f3848f0261954fc4b02faf02c0b2e9d3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:33:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb9a830..d4535e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -58,9 +50,7 @@ export default function LandingPage() { description="Curated collections for the discerning shopper. Explore our private selection of fine goods." buttons={[ { - text: "Shop Collection", - href: "#products", - }, + text: "Shop Collection", href: "#products"}, ]} imageSrc="http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2049.jpg" /> @@ -71,66 +61,32 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Our Legacy", - }, + type: "text", content: "Our Legacy"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", - alt: "Boutique interior", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", alt: "Boutique interior"}, ]} />
); -} +} \ No newline at end of file -- 2.49.1