Merge version_1 into main #1
@@ -57,11 +57,11 @@ export default function BrideBelleLandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-cosmetics-model_23-2148398679.jpg", imageAlt: "Luxury bridal makeup by Rahin" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7829.jpg", imageAlt: "Professional HD bridal makeup" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916475.jpg", imageAlt: "Airbrush makeup application" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/rainbow-makeup-portrait_23-2151989367.jpg", imageAlt: "Party makeup elegant look" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wearing-wedding-dress_1328-3410.jpg", imageAlt: "Engagement makeup artist" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4300.jpg", imageAlt: "Rahin bridal makeup artist" }
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7829.jpg?_wi=1", imageAlt: "Professional HD bridal makeup" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916475.jpg?_wi=1", imageAlt: "Airbrush makeup application" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/rainbow-makeup-portrait_23-2151989367.jpg?_wi=1", imageAlt: "Party makeup elegant look" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wearing-wedding-dress_1328-3410.jpg?_wi=1", imageAlt: "Engagement makeup artist" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4300.jpg?_wi=1", imageAlt: "Rahin bridal makeup artist" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -90,14 +90,14 @@ export default function BrideBelleLandingPage() {
|
||||
title: "HD Bridal Makeup", description: "Crystal-clear HD finish that photographs beautifully. Perfect for weddings and professional photography. Long-lasting formula ensures your look stays fresh all day.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylist-doing-make-up-beautiful-little-girl-model-close-up-image_613910-4173.jpg", imageAlt: "HD bridal makeup close up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7829.jpg", imageAlt: "HD makeup photography" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7829.jpg?_wi=2", imageAlt: "HD makeup photography" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Airbrush Makeup", description: "Professional airbrush technique for flawless, airbrushed finish. Perfect for long events, outdoor celebrations, and high-definition photography. Lightweight and buildable.", icon: Wand2,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blusher-makeup-brushes_23-2147710648.jpg", imageAlt: "Airbrush makeup technique" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916475.jpg", imageAlt: "Airbrush finish closeup" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916475.jpg?_wi=2", imageAlt: "Airbrush finish closeup" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -110,8 +110,8 @@ export default function BrideBelleLandingPage() {
|
||||
{
|
||||
title: "Engagement Makeup", description: "Personalized makeup for your engagement celebration. Combining traditional elegance with modern techniques to ensure you look your best on this important day.", icon: Heart,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rainbow-makeup-portrait_23-2151989367.jpg", imageAlt: "Engagement makeup artistic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wearing-wedding-dress_1328-3410.jpg", imageAlt: "Engagement ceremony makeup" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rainbow-makeup-portrait_23-2151989367.jpg?_wi=2", imageAlt: "Engagement makeup artistic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wearing-wedding-dress_1328-3410.jpg?_wi=2", imageAlt: "Engagement ceremony makeup" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -126,10 +126,10 @@ export default function BrideBelleLandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{ id: "1", name: "Luxury Bridal Look", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7829.jpg", imageAlt: "Luxury bridal makeup look" },
|
||||
{ id: "2", name: "HD Wedding Makeup", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916475.jpg", imageAlt: "HD wedding makeup" },
|
||||
{ id: "3", name: "Artistic Bridal Makeup", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/rainbow-makeup-portrait_23-2151989367.jpg", imageAlt: "Artistic bridal makeup" },
|
||||
{ id: "4", name: "Elegant Bridal Style", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wearing-wedding-dress_1328-3410.jpg", imageAlt: "Elegant bridal makeup" }
|
||||
{ id: "1", name: "Luxury Bridal Look", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7829.jpg?_wi=3", imageAlt: "Luxury bridal makeup look" },
|
||||
{ id: "2", name: "HD Wedding Makeup", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916475.jpg?_wi=3", imageAlt: "HD wedding makeup" },
|
||||
{ id: "3", name: "Artistic Bridal Makeup", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/rainbow-makeup-portrait_23-2151989367.jpg?_wi=3", imageAlt: "Artistic bridal makeup" },
|
||||
{ id: "4", name: "Elegant Bridal Style", price: "₹ 3,500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-wearing-wedding-dress_1328-3410.jpg?_wi=3", imageAlt: "Elegant bridal makeup" }
|
||||
]}
|
||||
title="Bridal Portfolio"
|
||||
description="Explore our collection of recent bridal makeup looks. Each look is customized to enhance natural beauty and celebrate individual style."
|
||||
@@ -219,7 +219,7 @@ export default function BrideBelleLandingPage() {
|
||||
id: "6", title: "Can you work with sensitive skin?", content: "Absolutely! I'm experienced with sensitive, acne-prone, and reactive skin. I use hypoallergenic, skin-friendly products and can customize application to your specific needs. Let me know about any allergies."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4300.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4300.jpg?_wi=2"
|
||||
imageAlt="Bridal makeup consultation"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user