From 6dcf197c478b1b27d3b0d2ccb3b1b3b580d6cb9c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:27:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3296b22..76636a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function BrideBelleLandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -49,7 +49,7 @@ export default function BrideBelleLandingPage() { tag="Professional Artist" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Call Now", href: "tel:+918433166030" }, { text: "WhatsApp Booking", href: "https://wa.me/918433166030" } @@ -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?_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" } + { 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" } ]} 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?_wi=2", imageAlt: "HD makeup photography" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7829.jpg", 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?_wi=2", imageAlt: "Airbrush finish closeup" } + { imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916475.jpg", 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?_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" } + { 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" } ] } ]} @@ -126,10 +126,10 @@ export default function BrideBelleLandingPage() {