Merge version_3 into main #5
@@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { MapPin } from "lucide-react";
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="BAE Beauty Salon"
|
||||
description="Best Lashes, Nails and Nails Salon in Dubai"
|
||||
description="Best Lashes, Nails and Hair Salon in Dubai"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book via WhatsApp", href: "https://wa.me/971585310080"
|
||||
@@ -84,13 +84,13 @@ export default function LandingPage() {
|
||||
description="Each treatment is performed with attention to detail, hygiene, and long-lasting results. We combine Russian beauty techniques with Dubai trends for a premium experience."
|
||||
products={[
|
||||
{
|
||||
id: "lashes", name: "Lashes", price: "Premium Extensions & Lifting", imageSrc: "http://img.b2bpic.net/free-photo/non-binary-flag-eye-makeup_23-2151989366.jpg", imageAlt: "professional lash extension application close-up"
|
||||
id: "lashes", name: "Lashes", price: "Starting from 150 AED", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738702675-vn92vqrl.png", imageAlt: "professional lash extension application close-up"
|
||||
},
|
||||
{
|
||||
id: "nails", name: "Nails", price: "Gel & Nail Art", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738926837-l63hjbge.webp", imageAlt: "gel nail polish art manicure detail"
|
||||
id: "nails", name: "Nails", price: "Starting from 150 AED", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738926837-l63hjbge.webp", imageAlt: "gel nail polish art manicure detail"
|
||||
},
|
||||
{
|
||||
id: "pedicure", name: "Hair", price: "Classic & Extra", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738940618-8jv5cel4.webp", imageAlt: "luxury spa pedicure feet care detail"
|
||||
id: "pedicure", name: "Hair", price: "Starting from 150 AED", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738940618-8jv5cel4.webp", imageAlt: "luxury spa pedicure feet care detail"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
title="Visit BAE Beauty Salon"
|
||||
description="Oxford Tower, Shop 3, Business Bay, Dubai. We're here to help you look and feel your best."
|
||||
@@ -177,9 +177,12 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter phone number for instant WhatsApp booking"
|
||||
buttonText="Get Instant Quote"
|
||||
termsText="By subscribing, you agree to receive beauty tips and exclusive offers from BAE Beauty Salon."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us", href: "https://wa.me/971585310080"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,7 +209,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "WhatsApp: +971 58 531 0080", href: "https://wa.me/971585310080" },
|
||||
{ label: "Email: info@baebeauty.ae", href: "mailto:info@baebeauty.ae" },
|
||||
{ label: "Address: Oxford Tower, Shop 3, Business Bay", href: "https://maps.google.com/?q=Oxford+Tower+Business+Bay+Dubai" },
|
||||
{ label: "Hours: 10 AM - 9 PM Daily", href: "#" }
|
||||
]
|
||||
@@ -217,4 +219,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user