From 42de0ccfff7c995009255c77d030b0f3bfaf9f9c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:20:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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" } - ]} /> -- 2.49.1