From f6a54d225127d9b146d180ac47579f370c36fc44 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:52:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94c35c0..bd55d40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,13 +83,13 @@ export default function LandingPage() { tagIcon={Crown} features={[ { - title: "Artisan Craftsmanship", description: "Hand-selected materials and expert artisans create timeless masterpieces.", imageSrc: "http://img.b2bpic.net/free-vector/premium-quality_1034-286.jpg", imageAlt: "Premium craftsmanship detail", button: { text: "Learn More", href: "#" } + title: "Artisan Craftsmanship", description: "Hand-selected materials and expert artisans create timeless masterpieces.", imageSrc: "http://img.b2bpic.net/free-vector/premium-quality_1034-286.jpg", imageAlt: "Premium craftsmanship detail", button: { text: "Explore Craftsmanship", href: "#" } }, { - title: "Bespoke Design", description: "Personalized luxury tailored to your unique vision and refined taste.", imageSrc: "http://img.b2bpic.net/free-vector/luxury-sale-background_23-2148856444.jpg", imageAlt: "Bespoke luxury design", button: { text: "Explore", href: "#" } + title: "Bespoke Design", description: "Personalized luxury tailored to your unique vision and refined taste.", imageSrc: "http://img.b2bpic.net/free-vector/luxury-sale-background_23-2148856444.jpg", imageAlt: "Bespoke luxury design", button: { text: "Design Your Piece", href: "#" } }, { - title: "Exclusive Service", description: "White-glove treatment and dedicated support for our most valued clients.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-senior-man-s-wrist-with-yellow-measuring-tape_23-2148180367.jpg", imageAlt: "Exclusive luxury service", button: { text: "Discover", href: "#" } + title: "Exclusive Service", description: "White-glove treatment and dedicated support for our most valued clients.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-senior-man-s-wrist-with-yellow-measuring-tape_23-2148180367.jpg", imageAlt: "Exclusive luxury service", button: { text: "Request White-Glove Service", href: "#" } } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1