From bee474d1c4fa56d107c75a588258d68e5dab4213 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:35:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c7185c..e59683d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttons={[ { text: "Explore Collection", href: "#products" }, - { text: "Discover Our Craftsmanship", href: "#about" }, + { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" avatars={[ @@ -192,7 +192,7 @@ export default function LandingPage() { description="Connect with our jewelry specialists to explore custom designs, answer questions about our collections, or discuss your unique vision. We're here to help you find or create jewelry that tells your story." buttons={[ { text: "Contact Us", href: "https://zilvera.com/contact" }, - { text: "Schedule Consultation", href: "https://zilvera.com/consultation" }, + { text: "Book Free Consultation", href: "https://zilvera.com/consultation" }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1