diff --git a/src/app/page.tsx b/src/app/page.tsx index addb4b5..0751a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { name: "Alice T.", handle: "@alicet", testimonial: "A touch of class in the heart of the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135986.jpg" }, { name: "David W.", handle: "@davidw", testimonial: "Professional styling and incredibly relaxing experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-suprice-face-big-pink-knitted-sweater-posing-decorated-studio-winter-forest_273443-4145.jpg" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205860.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205860.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg", alt: "Client profile 1" }, @@ -90,7 +90,7 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Precision Cutting", description: "Expert techniques for a perfect shape and style.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205860.jpg", imageAlt: "professional hair styling services" }, + title: "Precision Cutting", description: "Expert techniques for a perfect shape and style.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205860.jpg?_wi=2", imageAlt: "professional hair styling services" }, items: [ { icon: Sparkles, text: "Consultation included" }, { icon: CheckCircle, text: "Bespoke technique" }, @@ -108,7 +108,7 @@ export default function LandingPage() { reverse: true }, { - title: "Premium Treatments", description: "Rejuvenate your hair with our deep-nourishing treatments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435202.jpg", imageAlt: "professional hair styling services" }, + title: "Premium Treatments", description: "Rejuvenate your hair with our deep-nourishing treatments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435202.jpg?_wi=1", imageAlt: "professional hair styling services" }, items: [ { icon: Sparkles, text: "Botanical infusions" }, { icon: CheckCircle, text: "Scalp care therapy" }, @@ -129,7 +129,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Nourish Shampoo", price: "£25", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435202.jpg" }, + { id: "1", name: "Nourish Shampoo", price: "£25", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435202.jpg?_wi=2" }, { id: "2", name: "Hydration Serum", price: "£45", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230922.jpg" }, { id: "3", name: "Styling Spray", price: "£22", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-washed-beauty-salon_23-2149167380.jpg" }, { id: "4", name: "Deep Repair Mask", price: "£38", imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-concept-with-copy-space_23-2148565369.jpg" },