Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 047f5e2d2e | |||
| 4e4060202e | |||
| 077aba95da | |||
| cebf21b7bc | |||
| 08e6a42007 | |||
| 2a9edd5fec | |||
| 44bba9e97c | |||
| f6fb01b3b0 | |||
| 8f9a33725b |
@@ -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="Expert Lashes, Nails & Pedicure in Dubai"
|
||||
description="Best Lashes, Nails and Hair Salon in Dubai"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book via WhatsApp", href: "https://wa.me/971585310080"
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-eye-with-yellow-orance-make-up_23-2148478327.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738702675-vn92vqrl.png?_wi=1"
|
||||
imageAlt="luxury lash extensions close-up detail"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -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?_wi=2", imageAlt: "professional lash extension application close-up"
|
||||
},
|
||||
{
|
||||
id: "nails", name: "Nails", price: "Gel & Nail Art", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-with-green-nail-design-close-up_127675-2653.jpg", 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: "Pedicure", price: "Classic & Spa Pedicure", imageSrc: "http://img.b2bpic.net/free-photo/make-up-nail-polish_23-2148109487.jpg", 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 your email for special offers"
|
||||
buttonText="Subscribe"
|
||||
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