diff --git a/src/app/page.tsx b/src/app/page.tsx index 85bc609..3296b22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {