From 94644e46be4b7eeabd116224c3d1b0b750b01700 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:27:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4908a78..f45a9bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { buttons={[ { text: "Book via WhatsApp", href: "https://wa.me/yournumber" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/confident-hairdresser-working-with-woman_23-2147769875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-hairdresser-working-with-woman_23-2147769875.jpg?_wi=1" imageAlt="luxury bridal makeup studio" /> @@ -64,9 +64,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} products={[ - { id: "r1", name: "Bridal Glam Look", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride_23-2148105917.jpg" }, - { id: "r2", name: "Hair Transformation", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/confident-hairdresser-working-with-woman_23-2147769875.jpg" }, - { id: "r3", name: "Spa Facial Glow", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-doing-face-treatment-applying-face-mask_1303-28044.jpg" } + { id: "r1", name: "Bridal Glam Look", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride_23-2148105917.jpg?_wi=1" }, + { id: "r2", name: "Hair Transformation", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/confident-hairdresser-working-with-woman_23-2147769875.jpg?_wi=2" }, + { id: "r3", name: "Spa Facial Glow", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-doing-face-treatment-applying-face-mask_1303-28044.jpg?_wi=1" } ]} /> @@ -95,7 +95,7 @@ export default function LandingPage() { { id: "s2", title: "Professional Hair", content: "Modern haircuts, styling, extensions, and professional coloring services." }, { id: "s3", title: "Skin Treatments", content: "Rejuvenating facials, skin brightening, and therapeutic masks for a healthy glow." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wedding-bride_23-2148105917.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wedding-bride_23-2148105917.jpg?_wi=2" mediaAnimation="slide-up" imageAlt="bridal makeup artist brushes" /> @@ -109,7 +109,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "The Royal Bridal Package", price: "₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-protective-face-mask-enjoying-hairdresser-s-coronavirus-epidemic_637285-9010.jpg", imageAlt: "professional hair styling salon" }, - { id: "p2", name: "Express Glow Facial", price: "₹6,000", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-doing-face-treatment-applying-face-mask_1303-28044.jpg", imageAlt: "facial skin treatment spa" }, + { id: "p2", name: "Express Glow Facial", price: "₹6,000", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-doing-face-treatment-applying-face-mask_1303-28044.jpg?_wi=2", imageAlt: "facial skin treatment spa" }, { id: "p3", name: "Elite Hair Transformation", price: "₹9,000", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-beauty-products_23-2149304154.jpg", imageAlt: "beauty salon interior design" }, ]} title="Beauty Packages" -- 2.49.1