From c47bf78078d965c99c37e3b047b925548e1ed9ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 14:29:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d9b7ba..6518bda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,10 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/decoration-golden-balls-christmas_1162-209.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306712.jpg" }, ]} - buttons={[{ text: "Explore the Collection", href: "#products" }]} + buttons={[ + { text: "Explore the Collection", href: "#products" }, + { text: "Book a Consultation", href: "#contact" } + ]} avatars={[ { src: "http://img.b2bpic.net/free-photo/hands-craftswoman-using-blow-torch_107420-65238.jpg", alt: "Hands of craftswoman using blow torch" }, { src: "http://img.b2bpic.net/free-photo/close-up-carver-painting-art-piece_23-2148270989.jpg", alt: "Close-up carver painting art piece" }, @@ -92,7 +95,6 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - buttons={[{ text: "View Details", href: "#" }]} products={[ { id: "p1", name: "Vienna Gold Ring", price: "€450", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-female-with-nice-nails-wearing-beautiful-silver-ring_181624-23637.jpg"},