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" }}