Merge version_1 into main #1
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
@@ -134,7 +130,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
logoText="[Your Salon Name]"
|
||||
copyrightText="© 2024 [Your Salon Name]. All rights reserved."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user