diff --git a/src/app/page.tsx b/src/app/page.tsx index 642b4b4..e23bc08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} tag="Welcome" buttons={[ - { text: "Book via WhatsApp", href: "https://wa.me/YOUR_WHATSAPP_NUMBER", variant: "primary" }, - { text: "Call Us Now", href: "tel:YOUR_PHONE_NUMBER", variant: "secondary" } + { text: "Book via WhatsApp", href: "https://wa.me/YOUR_WHATSAPP_NUMBER" }, + { text: "Call Us Now", href: "tel:YOUR_PHONE_NUMBER" } ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-long-haired-blonde-woman-wearing-orange-outfit-smiling-touching-her-face-by-fingers-girl-with-perfect-skin-professional-make-up-posing-grey-studio-background_132075-11563.jpg" imageAlt="Smiling woman with beautiful hair after salon treatment" @@ -64,7 +64,7 @@ export default function LandingPage() { imageAlt="Stylish salon interior" useInvertedBackground={false} buttons={[ - { text: "Learn More", href: "#", variant: "secondary" } + { text: "Learn More", href: "#" } ]} mediaAnimation="opacity" tag="Our Story" @@ -117,10 +117,6 @@ export default function LandingPage() { onSubmit={() => console.log('Contact form submitted')} background={{ variant: "plain" }} useInvertedBackground={false} - buttons={[ - { text: "Book via WhatsApp", href: "https://wa.me/YOUR_WHATSAPP_NUMBER", variant: "primary" }, - { text: "Call Now", href: "tel:YOUR_PHONE_NUMBER", variant: "secondary" } - ]} />