|
|
|
|
@@ -5,11 +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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
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 (
|
|
|
|
|
@@ -47,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"
|
|
|
|
|
@@ -77,61 +76,13 @@ 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"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureBento
|
|
|
|
|
title="Our Premium Features"
|
|
|
|
|
description="Experience excellence in every detail with our carefully curated services and hospitality."
|
|
|
|
|
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" }
|
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -145,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={[
|
|
|
|
|
@@ -170,13 +121,15 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
tag="Location & Contact"
|
|
|
|
|
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."
|
|
|
|
|
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"
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
tagIcon={MapPin}
|
|
|
|
|
@@ -200,8 +153,7 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Our Features", href: "#features" }
|
|
|
|
|
{ label: "About Us", href: "#about" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|