diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cfd537..03e1337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[{ text: "Book Appointment", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167391.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167391.jpg?_wi=1" imageAlt="Depilex Salon Interior" mediaAnimation="slide-up" avatars={[ @@ -95,7 +95,7 @@ export default function LandingPage() { { id: "skin", title: "Skincare & Facials", content: "Rejuvenating facials, skincare consultations, and aesthetic treatments for healthy, glowing skin." }, { id: "men", title: "Men's Grooming", content: "Sophisticated grooming services including precise haircuts, beard styling, and skincare treatments in our dedicated men salon." } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205857.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205857.jpg?_wi=1" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -108,9 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Khan", date: "Jan 2025", title: "Excellent Service", quote: "The best beauty clinic in Model Town. Professional staff and wonderful environment.", tag: "Hair Care", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7534.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167391.jpg" }, - { id: "2", name: "Ali Raza", date: "Dec 2024", title: "Top Notch Grooming", quote: "Depilex Men Salon is unmatched in Lahore. Highly recommended.", tag: "Men Salon", avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229815.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7559.jpg" }, - { id: "3", name: "Fatima Noor", date: "Dec 2024", title: "Glowing Results", quote: "Amazing facial treatments, I feel refreshed every time I visit.", tag: "Skincare", avatarSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-client_23-2150167196.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205857.jpg" }, + { id: "1", name: "Sarah Khan", date: "Jan 2025", title: "Excellent Service", quote: "The best beauty clinic in Model Town. Professional staff and wonderful environment.", tag: "Hair Care", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7534.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167391.jpg?_wi=2" }, + { id: "2", name: "Ali Raza", date: "Dec 2024", title: "Top Notch Grooming", quote: "Depilex Men Salon is unmatched in Lahore. Highly recommended.", tag: "Men Salon", avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229815.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7559.jpg?_wi=1" }, + { id: "3", name: "Fatima Noor", date: "Dec 2024", title: "Glowing Results", quote: "Amazing facial treatments, I feel refreshed every time I visit.", tag: "Skincare", avatarSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-client_23-2150167196.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205857.jpg?_wi=2" }, { id: "4", name: "Zain Malik", date: "Nov 2024", title: "Professional Salon", quote: "Great environment and highly trained stylists. Very satisfied.", tag: "Hair Care", avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34011.jpg" }, { id: "5", name: "Hina Ahmed", date: "Nov 2024", title: "Relaxing Experience", quote: "Truly a premium salon experience in the heart of Model Town.", tag: "Spa Treatment", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-mirror_23-2149313549.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2149141753.jpg" } ]} @@ -129,7 +129,7 @@ export default function LandingPage() {