Update src/app/page.tsx
This commit is contained in:
350
src/app/page.tsx
350
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Diamond, Feather, Lightbulb, MessageSquare, Palette, Scissors, Sparkles, Star } from "lucide-react";
|
||||
import { Diamond, Feather, Gem, Lightbulb, MessageSquare, Palette, Scissors, Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,43 +33,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "packages",
|
||||
},
|
||||
name: "Packages", id: "packages"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "book-now",
|
||||
},
|
||||
name: "Book Now", id: "book-now"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Luxe Bridal Studio"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#book-now",
|
||||
}}
|
||||
text: "Book Now", href: "#book-now"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,69 +59,44 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Radiant You. Exquisite Artistry. Your Dream Bridal Look Awaits."
|
||||
description="Luxe Bridal Studio transforms your vision into a breathtaking reality. Experience unparalleled elegance, precision, and personalized beauty services that celebrate your unique radiance."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/curly-woman-red-sweater-poses-near-wooden-door_197531-7850.jpg",
|
||||
alt: "Indian Bride 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/curly-woman-red-sweater-poses-near-wooden-door_197531-7850.jpg", alt: "Indian Bride 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ai-generated-woman-bloom-portrait_23-2150693008.jpg",
|
||||
alt: "Indian Bride 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ai-generated-woman-bloom-portrait_23-2150693008.jpg", alt: "Indian Bride 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-traditional-sari-garment_23-2149565124.jpg",
|
||||
alt: "Indian Bride 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-traditional-sari-garment_23-2149565124.jpg", alt: "Indian Bride 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-playful-cute-woman-holding-flowers-isolated-pink_1150-13013.jpg",
|
||||
alt: "Indian Bride 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-playful-cute-woman-holding-flowers-isolated-pink_1150-13013.jpg", alt: "Indian Bride 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-view-lovely-face-young-girl-which-have-brunette-curly-hair-cute-makeup-holding-bridal-flowers-looking-down-while-smelling-it_8353-12351.jpg",
|
||||
alt: "Smiling Bridal Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-view-lovely-face-young-girl-which-have-brunette-curly-hair-cute-makeup-holding-bridal-flowers-looking-down-while-smelling-it_8353-12351.jpg", alt: "Smiling Bridal Client"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ brides"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#book-now",
|
||||
},
|
||||
text: "Book Appointment", href: "#book-now"},
|
||||
{
|
||||
text: "Chat on WhatsApp",
|
||||
href: "https://wa.me/XXXXXXXXXX",
|
||||
},
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/XXXXXXXXXX"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Flawless HD Makeup",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "Flawless HD Makeup", icon: Feather,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Elegant Hair Styling",
|
||||
icon: Scissors,
|
||||
type: "text-icon", text: "Elegant Hair Styling", icon: Scissors,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Skincare",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Luxury Skincare", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Consultation",
|
||||
icon: MessageSquare,
|
||||
type: "text-icon", text: "Personalized Consultation", icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unforgettable Transformations",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Unforgettable Transformations", icon: Diamond,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -152,25 +109,13 @@ export default function LandingPage() {
|
||||
tag="Our Legacy of Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Happy Brides Transformed",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Happy Brides Transformed"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Client Satisfaction Rate"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Award Winning",
|
||||
description: "Beauty Artistry",
|
||||
},
|
||||
id: "m4", value: "Award Winning", description: "Beauty Artistry"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,60 +128,33 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bridal Makeup",
|
||||
description: "Flawless, long-lasting bridal makeup that highlights your natural beauty, ensuring you look stunning from ceremony to reception.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Bridal Makeup", description: "Flawless, long-lasting bridal makeup that highlights your natural beauty, ensuring you look stunning from ceremony to reception.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylist-applying-powder-model_23-2147783867.jpg",
|
||||
imageAlt: "Bridal makeup application",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/future-mother-looking-mirror_8353-5117.jpg",
|
||||
imageAlt: "bridal makeup artist applying foundation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylist-applying-powder-model_23-2147783867.jpg", imageAlt: "Bridal makeup application"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-ready-wedding_23-2149329137.jpg", imageAlt: "Bride getting ready"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503035.jpg", imageAlt: "Bride in sari"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "HD & Airbrush Makeup",
|
||||
description: "Achieve a smooth, high-definition finish that looks impeccable both in person and on camera, perfect for your special day.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Palette,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-red-sweater-poses-near-wooden-door_197531-7850.jpg",
|
||||
imageAlt: "bridal makeup artist applying foundation",
|
||||
title: "HD & Airbrush Makeup", description: "Achieve a smooth, high-definition finish that looks impeccable both in person and on camera, perfect for your special day.", bentoComponent: "reveal-icon", icon: Palette
|
||||
},
|
||||
{
|
||||
title: "Hair Styling",
|
||||
description: "From elegant updos to flowing curls, our expert hairstylists create looks that perfectly complement your bridal attire and personal style.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Scissors,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-woman-bloom-portrait_23-2150693008.jpg",
|
||||
imageAlt: "bridal makeup artist applying foundation",
|
||||
title: "Hair Styling", description: "From elegant updos to flowing curls, our expert hairstylists create looks that perfectly complement your bridal attire and personal style.", bentoComponent: "reveal-icon", icon: Scissors
|
||||
},
|
||||
{
|
||||
title: "Nail Services & Skin Care",
|
||||
description: "Pamper yourself with luxurious manicures, pedicures, and bespoke skincare treatments to ensure your hands, feet, and skin are glowing.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Nail Services & Skin Care", description: "Pamper yourself with luxurious manicures, pedicures, and bespoke skincare treatments to ensure your hands, feet, and skin are glowing.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Gem,
|
||||
label: "Manicures",
|
||||
value: "Luxury",
|
||||
},
|
||||
label: "Manicures", value: "Luxury"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Facials",
|
||||
value: "Glowing",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-traditional-sari-garment_23-2149565124.jpg",
|
||||
imageAlt: "bridal makeup artist applying foundation",
|
||||
label: "Facials", value: "Glowing"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Pre-Bridal & Salon Packages",
|
||||
description: "Comprehensive packages designed to prepare you for your wedding day, alongside a full suite of salon services for everyday beauty needs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Lightbulb,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-playful-cute-woman-holding-flowers-isolated-pink_1150-13013.jpg",
|
||||
imageAlt: "bridal makeup artist applying foundation",
|
||||
title: "Pre-Bridal & Salon Packages", description: "Comprehensive packages designed to prepare you for your wedding day, alongside a full suite of salon services for everyday beauty needs.", bentoComponent: "reveal-icon", icon: Lightbulb
|
||||
},
|
||||
]}
|
||||
title="Beyond Makeup: A Spectrum of Beauty Excellence"
|
||||
@@ -252,60 +170,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "silver-radiance",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹25,000",
|
||||
subtitle: "Essential Elegance",
|
||||
buttons: [
|
||||
id: "silver-radiance", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "₹25,000", subtitle: "Essential Elegance", buttons: [
|
||||
{
|
||||
text: "Select Silver",
|
||||
},
|
||||
text: "Select Silver"},
|
||||
],
|
||||
features: [
|
||||
"Bridal Makeup (HD/Airbrush)",
|
||||
"Hairstyling & Draping",
|
||||
"Complimentary Pre-bridal Consultation",
|
||||
"Lash Application",
|
||||
],
|
||||
"Bridal Makeup (HD/Airbrush)", "Hairstyling & Draping", "Complimentary Pre-bridal Consultation", "Lash Application"],
|
||||
},
|
||||
{
|
||||
id: "gold-elegance",
|
||||
badge: "Most Booked",
|
||||
badgeIcon: Star,
|
||||
price: "₹45,000",
|
||||
subtitle: "Signature Luxury",
|
||||
buttons: [
|
||||
id: "gold-elegance", badge: "Most Booked", badgeIcon: Star,
|
||||
price: "₹45,000", subtitle: "Signature Luxury", buttons: [
|
||||
{
|
||||
text: "Select Gold",
|
||||
},
|
||||
text: "Select Gold"},
|
||||
],
|
||||
features: [
|
||||
"All Silver features",
|
||||
"Premium HD/Airbrush Makeup",
|
||||
"Designer Hairstyling",
|
||||
"Extended Pre-bridal Skincare",
|
||||
"Accessory Setting",
|
||||
],
|
||||
"All Silver features", "Premium HD/Airbrush Makeup", "Designer Hairstyling", "Extended Pre-bridal Skincare", "Accessory Setting"],
|
||||
},
|
||||
{
|
||||
id: "diamond-luxe",
|
||||
badge: "Ultimate Indulgence",
|
||||
badgeIcon: Diamond,
|
||||
price: "₹75,000",
|
||||
subtitle: "Unforgettable Experience",
|
||||
buttons: [
|
||||
id: "diamond-luxe", badge: "Ultimate Indulgence", badgeIcon: Diamond,
|
||||
price: "₹75,000", subtitle: "Unforgettable Experience", buttons: [
|
||||
{
|
||||
text: "Select Diamond",
|
||||
},
|
||||
text: "Select Diamond"},
|
||||
],
|
||||
features: [
|
||||
"All Gold features",
|
||||
"Exclusive Airbrush Makeup",
|
||||
"Customized Hair Extensions Styling",
|
||||
"Full Pre-bridal Transformation Package",
|
||||
"On-Location Touch-ups",
|
||||
],
|
||||
"All Gold features", "Exclusive Airbrush Makeup", "Customized Hair Extensions Styling", "Full Pre-bridal Transformation Package", "On-Location Touch-ups"],
|
||||
},
|
||||
]}
|
||||
title="Your Journey to Radiance Starts Here"
|
||||
@@ -322,54 +211,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "transform-1",
|
||||
name: "Classic Bridal Radiance",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-face-with-hand_23-2148235437.jpg",
|
||||
imageAlt: "Before and After Bridal Makeup 1",
|
||||
},
|
||||
id: "transform-1", name: "Classic Bridal Radiance", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-face-with-hand_23-2148235437.jpg", imageAlt: "Before and After Bridal Makeup 1"},
|
||||
{
|
||||
id: "transform-2",
|
||||
name: "Modern Ethnic Glam",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-proud-bride-smiling_1153-861.jpg",
|
||||
imageAlt: "Before and After Bridal Makeup 2",
|
||||
},
|
||||
id: "transform-2", name: "Modern Ethnic Glam", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/close-up-proud-bride-smiling_1153-861.jpg", imageAlt: "Before and After Bridal Makeup 2"},
|
||||
{
|
||||
id: "transform-3",
|
||||
name: "Regal Bridal Ensemble",
|
||||
price: "Editorial Look",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-painting-man-s-face_23-2148670150.jpg",
|
||||
imageAlt: "Before and After Bridal Makeup 3",
|
||||
},
|
||||
id: "transform-3", name: "Regal Bridal Ensemble", price: "Editorial Look", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-painting-man-s-face_23-2148670150.jpg", imageAlt: "Before and After Bridal Makeup 3"},
|
||||
{
|
||||
id: "insta-1",
|
||||
name: "Instagram Highlight: Glam Eyes",
|
||||
price: "Beauty Inspiration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-doing-skincare-home_23-2150642531.jpg",
|
||||
imageAlt: "Instagram beauty post with eye makeup",
|
||||
},
|
||||
id: "insta-1", name: "Instagram Highlight: Glam Eyes", price: "Beauty Inspiration", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-doing-skincare-home_23-2150642531.jpg", imageAlt: "Instagram beauty post with eye makeup"},
|
||||
{
|
||||
id: "insta-2",
|
||||
name: "Instagram Highlight: Hair Elegance",
|
||||
price: "Hair Styling Focus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-makeup-products-with-brushes-black-backdrop_23-2147899385.jpg",
|
||||
imageAlt: "Instagram beauty post with elegant hairstyle",
|
||||
},
|
||||
id: "insta-2", name: "Instagram Highlight: Hair Elegance", price: "Hair Styling Focus", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-makeup-products-with-brushes-black-backdrop_23-2147899385.jpg", imageAlt: "Instagram beauty post with elegant hairstyle"},
|
||||
{
|
||||
id: "insta-3",
|
||||
name: "Instagram Highlight: Flawless Base",
|
||||
price: "Makeup Artistry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bride_1153-514.jpg",
|
||||
imageAlt: "Instagram beauty post with flawless base makeup",
|
||||
},
|
||||
id: "insta-3", name: "Instagram Highlight: Flawless Base", price: "Makeup Artistry", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bride_1153-514.jpg", imageAlt: "Instagram beauty post with flawless base makeup"},
|
||||
{
|
||||
id: "insta-4",
|
||||
name: "Instagram Highlight: Nail Art",
|
||||
price: "Manicure Trend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-gentle-photo-woman-hand-with-big-ring-red-manicure-hold-cute-little-pink-dried-flowers-white_343596-3259.jpg",
|
||||
imageAlt: "Instagram beauty post with elegant nail art",
|
||||
},
|
||||
id: "insta-4", name: "Instagram Highlight: Nail Art", price: "Manicure Trend", imageSrc: "http://img.b2bpic.net/free-photo/soft-gentle-photo-woman-hand-with-big-ring-red-manicure-hold-cute-little-pink-dried-flowers-white_343596-3259.jpg", imageAlt: "Instagram beauty post with elegant nail art"},
|
||||
]}
|
||||
title="Witness the Artistry: Before & After & Gallery"
|
||||
description="Explore our stunning collection of real bridal transformations and curated beauty looks from our Instagram. Discover the meticulous detail and radiant results that define Luxe Bridal Studio."
|
||||
@@ -383,50 +237,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Absolutely Stunning!",
|
||||
quote: "Luxe Bridal Studio made me feel like royalty on my wedding day. The makeup was flawless, and the entire team was so professional and attentive. Highly recommend!",
|
||||
name: "Priya Sharma",
|
||||
role: "Satisfied Bride",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-celebrating-engagement-party_23-2149326528.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "t1", title: "Absolutely Stunning!", quote: "Luxe Bridal Studio made me feel like royalty on my wedding day. The makeup was flawless, and the entire team was so professional and attentive. Highly recommend!", name: "Priya Sharma", role: "Satisfied Bride", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-celebrating-engagement-party_23-2149326528.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Beyond Expectations",
|
||||
quote: "My experience with Luxe Bridal was truly magical. They understood my vision perfectly and created a look that was both natural and glamorous. Thank you for everything!",
|
||||
name: "Anjali Singh",
|
||||
role: "Happy Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-party_23-2149273078.jpg",
|
||||
imageAlt: "Anjali Singh",
|
||||
},
|
||||
id: "t2", title: "Beyond Expectations", quote: "My experience with Luxe Bridal was truly magical. They understood my vision perfectly and created a look that was both natural and glamorous. Thank you for everything!", name: "Anjali Singh", role: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-women-party_23-2149273078.jpg", imageAlt: "Anjali Singh"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Pure Perfection",
|
||||
quote: "From the pre-bridal consultations to the final touch-ups, Luxe Bridal Studio delivered excellence. My makeup and hair lasted all day and night. The best in the business!",
|
||||
name: "Kavita Rao",
|
||||
role: "Radiant Bride",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-with-her-dress-posing_1153-505.jpg",
|
||||
imageAlt: "Kavita Rao",
|
||||
},
|
||||
id: "t3", title: "Pure Perfection", quote: "From the pre-bridal consultations to the final touch-ups, Luxe Bridal Studio delivered excellence. My makeup and hair lasted all day and night. The best in the business!", name: "Kavita Rao", role: "Radiant Bride", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-her-dress-posing_1153-505.jpg", imageAlt: "Kavita Rao"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Dream Come True",
|
||||
quote: "I couldn't have asked for a more talented and sweet team. Luxe Bridal Studio not only made me look beautiful but also ensured I felt comfortable and confident throughout. A dream come true!",
|
||||
name: "Deepa Patel",
|
||||
role: "Delighted Bride",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bride-holds-bouuqet-peonies-siting-windowsill-bright-morning_8353-7212.jpg",
|
||||
imageAlt: "Deepa Patel",
|
||||
},
|
||||
id: "t4", title: "Dream Come True", quote: "I couldn't have asked for a more talented and sweet team. Luxe Bridal Studio not only made me look beautiful but also ensured I felt comfortable and confident throughout. A dream come true!", name: "Deepa Patel", role: "Delighted Bride", imageSrc: "http://img.b2bpic.net/free-photo/young-bride-holds-bouuqet-peonies-siting-windowsill-bright-morning_8353-7212.jpg", imageAlt: "Deepa Patel"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Unforgettable Beauty",
|
||||
quote: "The artistry at Luxe Bridal Studio is simply unmatched. My bridal look was breathtaking, and I received endless compliments. An unforgettable experience from start to finish.",
|
||||
name: "Neha Gupta",
|
||||
role: "Grateful Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-ballet-dancer-ballerina-pointe-girl-by-window_1157-43902.jpg",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
id: "t5", title: "Unforgettable Beauty", quote: "The artistry at Luxe Bridal Studio is simply unmatched. My bridal look was breathtaking, and I received endless compliments. An unforgettable experience from start to finish.", name: "Neha Gupta", role: "Grateful Client", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-ballet-dancer-ballerina-pointe-girl-by-window_1157-43902.jpg", imageAlt: "Neha Gupta"},
|
||||
]}
|
||||
title="Real Stories, Radiant Smiles"
|
||||
description="Hear from our delighted brides who entrusted us with their most special moments. Their experiences reflect our unwavering commitment to perfection and personalized beauty."
|
||||
@@ -440,30 +259,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How far in advance should I book my bridal makeup?",
|
||||
content: "We recommend booking your bridal makeup artist as soon as your wedding date is confirmed, ideally 6-12 months in advance, especially for peak season dates. This ensures availability and ample time for consultations and trials.",
|
||||
},
|
||||
id: "q1", title: "How far in advance should I book my bridal makeup?", content: "We recommend booking your bridal makeup artist as soon as your wedding date is confirmed, ideally 6-12 months in advance, especially for peak season dates. This ensures availability and ample time for consultations and trials."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer pre-bridal packages and what do they include?",
|
||||
content: "Yes, we offer a range of comprehensive pre-bridal packages tailored to nourish and prepare your skin and hair before your big day. These typically include facials, clean-ups, waxing, body polishing, and hair spa treatments. Details vary by package.",
|
||||
},
|
||||
id: "q2", title: "Do you offer pre-bridal packages and what do they include?", content: "Yes, we offer a range of comprehensive pre-bridal packages tailored to nourish and prepare your skin and hair before your big day. These typically include facials, clean-ups, waxing, body polishing, and hair spa treatments. Details vary by package."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What's the difference between HD and Airbrush makeup?",
|
||||
content: "HD (High Definition) makeup uses products designed to look flawless under high-definition cameras, providing excellent coverage while remaining natural. Airbrush makeup is applied with an air gun, creating a very fine, even mist for a lightweight, long-lasting, and seamless finish.",
|
||||
},
|
||||
id: "q3", title: "What's the difference between HD and Airbrush makeup?", content: "HD (High Definition) makeup uses products designed to look flawless under high-definition cameras, providing excellent coverage while remaining natural. Airbrush makeup is applied with an air gun, creating a very fine, even mist for a lightweight, long-lasting, and seamless finish."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can I request a makeup trial before booking?",
|
||||
content: "Absolutely! We highly recommend a bridal makeup trial to discuss your vision, test different looks, and finalize your perfect style. Trials are usually scheduled 1-3 months before your wedding date and can be booked separately.",
|
||||
},
|
||||
id: "q4", title: "Can I request a makeup trial before booking?", content: "Absolutely! We highly recommend a bridal makeup trial to discuss your vision, test different looks, and finalize your perfect style. Trials are usually scheduled 1-3 months before your wedding date and can be booked separately."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you travel to venues for bridal makeup?",
|
||||
content: "Yes, we offer on-location bridal makeup services. Travel fees may apply depending on the distance to your venue. Please discuss your location requirements during your consultation for an accurate quote.",
|
||||
},
|
||||
id: "q5", title: "Do you travel to venues for bridal makeup?", content: "Yes, we offer on-location bridal makeup services. Travel fees may apply depending on the distance to your venue. Please discuss your location requirements during your consultation for an accurate quote."},
|
||||
]}
|
||||
title="Answers to Your Beauty Queries"
|
||||
description="Find comprehensive answers to frequently asked questions about our bridal makeup services, salon treatments, booking process, and studio policies. We're here to provide clarity."
|
||||
@@ -476,8 +280,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Begin Your Luxe Transformation"
|
||||
title="Ready to Book Your Dream Look?"
|
||||
description="Seamlessly reserve your bridal makeup, pre-bridal package, or beauty service. Connect with us directly to discuss your vision and secure your date with Luxe Bridal Studio. We ensure a bespoke experience from the very first touch."
|
||||
@@ -490,8 +293,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Visit Our Studio or Reach Out"
|
||||
description="Luxe Bridal Studio is conveniently located to serve you. Reach us via phone, email, or WhatsApp, or visit our elegant studio during business hours for a personal consultation. \n\n**Address:** [Your Studio Address Here, City, State, PIN Code]\n**Phone:** +91 XXXXXXXXXX\n**Email:** info@luxebridalstudio.com\n**Business Hours:** Mon-Sat: 10 AM - 7 PM, Sunday: By Appointment"
|
||||
@@ -504,13 +306,9 @@ export default function LandingPage() {
|
||||
logoAlt="Luxe Bridal Studio Logo"
|
||||
logoText="Luxe Bridal Studio"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user