|
|
|
|
@@ -5,12 +5,10 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
|
|
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import { Award, CheckCircle, Heart, MapPin, Shield, Sparkles, Star, Users, Zap, Phone, MessageCircle } from 'lucide-react';
|
|
|
|
|
import { MapPin } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -32,7 +30,6 @@ export default function LandingPage() {
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Reviews", id: "reviews" },
|
|
|
|
|
{ name: "Location", id: "contact" },
|
|
|
|
|
{ name: "FAQ", id: "faq" }
|
|
|
|
|
]}
|
|
|
|
|
@@ -49,7 +46,7 @@ export default function LandingPage() {
|
|
|
|
|
{ text: "WhatsApp", href: "https://wa.me/971434071171" }
|
|
|
|
|
]}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-while-sitting-bed-hotel-room_23-2149304033.jpg?_wi=1"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773736258820-723nbl00.jpg"
|
|
|
|
|
imageAlt="Ginza Beauty Luxury Japanese Salon Interior"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -79,84 +76,18 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "lash-extensions", name: "Lash Extensions", price: "From AED 350", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eyelashes-extension-side-view_23-2149909207.jpg", imageAlt: "Professional Lash Extensions Service"
|
|
|
|
|
id: "lash-extensions", name: "Lash Extensions", price: "From AED 350", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773736332501-hn800tex.jpg", imageAlt: "Professional Lash Extensions Service"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "japanese-nails", name: "Japanese Gel Nails", price: "From AED 280", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3253.jpg", imageAlt: "Luxury Japanese Nail Art Service"
|
|
|
|
|
id: "japanese-nails", name: "Japanese Gel Nails", price: "From AED 280", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773736299774-xy8c7i1t.jpg", imageAlt: "Luxury Japanese Nail Art Service"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "hand-care", name: "Hand & Foot Care", price: "From AED 200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-manicurist-holding-nail-tool_23-2149171332.jpg", imageAlt: "Premium Hand and Foot Treatment"
|
|
|
|
|
id: "hand-care", name: "Pedicure", price: "From AED 200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773736373401-zowypo31.jpg", imageAlt: "Premium Hand and Foot Treatment"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureBento
|
|
|
|
|
title="Why Ginza Beauty"
|
|
|
|
|
description="We combine traditional Japanese craftsmanship with modern techniques to deliver exceptional results."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Authentic Japanese Techniques", description: "Precision methods rooted in Japanese beauty traditions and hospitality philosophy.", bentoComponent: "icon-info-cards", items: [
|
|
|
|
|
{ icon: Sparkles, label: "First in UAE", value: "Authentic" },
|
|
|
|
|
{ icon: Award, label: "Expert Artists", value: "Skilled" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Premium Quality", description: "High-end products and meticulous attention to detail in every service.", bentoComponent: "icon-info-cards", items: [
|
|
|
|
|
{ icon: Shield, label: "Certified", value: "Professional" },
|
|
|
|
|
{ icon: CheckCircle, label: "Long-lasting", value: "Results" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Calm & Serene", description: "A peaceful sanctuary designed for relaxation and rejuvenation.", bentoComponent: "icon-info-cards", items: [
|
|
|
|
|
{ icon: Zap, label: "Clean", value: "Immaculate" },
|
|
|
|
|
{ icon: Star, label: "Welcoming", value: "Omotenashi" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Exceptional Hospitality", description: "Personalized service rooted in Japanese 'Omotenashi' philosophy.", bentoComponent: "icon-info-cards", items: [
|
|
|
|
|
{ icon: Heart, label: "Personal", value: "Attentive" },
|
|
|
|
|
{ icon: Sparkles, label: "Premium", value: "Experience" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "4.9 Google Rating", description: "Trusted by 280+ happy clients across Dubai.", bentoComponent: "icon-info-cards", items: [
|
|
|
|
|
{ icon: Star, label: "Highly Rated", value: "4.9★" },
|
|
|
|
|
{ icon: Users, label: "Happy Clients", value: "280+" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Long-Lasting Results", description: "Our techniques are designed for durability and natural beauty.", bentoComponent: "icon-info-cards", items: [
|
|
|
|
|
{ icon: CheckCircle, label: "Touch-ups", value: "Every 4w" },
|
|
|
|
|
{ icon: Zap, label: "Maintenance", value: "Simple" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="Perfect nails and beautiful natural lashes. The attention to detail and professionalism is unmatched. The serene atmosphere makes every visit special."
|
|
|
|
|
rating={5}
|
|
|
|
|
author="Sarah Johnson"
|
|
|
|
|
avatars={[
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", alt: "Sarah Johnson" },
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/cute-hipster-woman-taking-photos-retro-camera_176420-16727.jpg", alt: "Fatima Al Mansouri" },
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-standing-with-crossed-arms_23-2148095675.jpg", alt: "Aisha Ahmed" },
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-city_839833-7650.jpg", alt: "Hana Martinez" },
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/high-angle-modern-woman-talking-phone_23-2148415865.jpg", alt: "Emma Wilson" }
|
|
|
|
|
]}
|
|
|
|
|
ratingAnimation="slide-up"
|
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
@@ -165,7 +96,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-while-sitting-bed-hotel-room_23-2149304033.jpg?_wi=2"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773736440356-3ts9tf95.jpg"
|
|
|
|
|
imageAlt="Ginza Beauty Salon FAQ"
|
|
|
|
|
mediaPosition="left"
|
|
|
|
|
faqs={[
|
|
|
|
|
@@ -181,9 +112,6 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "faq-4", title: "What makes Japanese nails different?", content: "Japanese nail art emphasizes precision, minimalism, and natural beauty. Our artists use advanced techniques to create intricate designs with impeccable attention to detail."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-5", title: "Is the salon clean and hygienic?", content: "Absolutely. We follow strict international hygiene standards. All tools are sterilized, and we maintain a pristine, serene environment for your safety and comfort."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-6", title: "Do you offer custom color matching?", content: "Yes! We work with you to find the perfect shades and designs that match your skin tone and style preferences. Personalization is at the heart of our service."
|
|
|
|
|
}
|
|
|
|
|
@@ -192,29 +120,23 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
title="Visit Our Location"
|
|
|
|
|
description="Unit 12, First Floor, Al Barsha Mall, 23rd Street, Al Barsha 2, Dubai — Beside Al Barsha Pond Park. We're open to welcome you with authentic Japanese hospitality."
|
|
|
|
|
<ContactSplit
|
|
|
|
|
tag="Al Barsha"
|
|
|
|
|
title="Location"
|
|
|
|
|
description="Address: Unit 12, First Floor, Al Barsha Mall, 23rd Street, Al Barsha 2, Dubai
|
|
|
|
|
Open: 9AM -
|
|
|
|
|
"
|
|
|
|
|
mediaPosition="left"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773735263329-p8fqropj.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773736458342-7tiww9rq.jpg"
|
|
|
|
|
imageAlt="Ginza Beauty Salon Location"
|
|
|
|
|
inputs={[
|
|
|
|
|
{
|
|
|
|
|
name: "name", type: "text", placeholder: "Your Name", required: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
buttonText="Get Appointment Info"
|
|
|
|
|
onSubmit={(data) => {
|
|
|
|
|
const phone = data.phone.replace(/\D/g, '');
|
|
|
|
|
const name = encodeURIComponent(data.name);
|
|
|
|
|
const message = encodeURIComponent(`Hi! I'm ${data.name} and I'd like to book an appointment at Ginza Beauty.`);
|
|
|
|
|
window.open(`https://wa.me/971434071171?text=${message}`, '_blank');
|
|
|
|
|
}}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
tagIcon={MapPin}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttonText="Get In Touch"
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
onSubmit={() => {}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -231,9 +153,7 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Why Ginza Beauty", href: "#features" },
|
|
|
|
|
{ label: "Reviews", href: "#testimonials" }
|
|
|
|
|
{ label: "About Us", href: "#about" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|