From e3cb5112ff776575215a47202017e388e7cbcbe8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:49:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 236f60e..3e90255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattoed-blonde-female-t-shirt-jeans-holds-two-cute-dogs_613910-6185.jpg", imageAlt: "PRIVÉ Grooming Lounge Interior" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattoed-blonde-female-t-shirt-jeans-holds-two-cute-dogs_613910-6185.jpg?_wi=1", imageAlt: "PRIVÉ Grooming Lounge Interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattoed-blonde-female-t-shirt-jeans-holds-two-cute-dogs_613910-6185.jpg", imageAlt: "Private Grooming Station" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-tattoed-blonde-female-t-shirt-jeans-holds-two-cute-dogs_613910-6185.jpg?_wi=2", imageAlt: "Private Grooming Station" } ]} rating={5} @@ -82,19 +82,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "classic-cut", title: "Classic Cut", price: "$75", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-cocker-spaniel_23-2148351182.jpg", imageAlt: "Classic Cut Service", features: [ + id: "classic-cut", title: "Classic Cut", price: "$75", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-cocker-spaniel_23-2148351182.jpg?_wi=1", imageAlt: "Classic Cut Service", features: [ "Premium haircut with straight razor fade", "Hot towel finish", "Complimentary beard grooming", "Styling consultation" ], button: { text: "Book Now", href: "#booking" } }, { - id: "executive-grooming", title: "Executive Grooming", price: "$95", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-studio-creativity_23-2148835317.jpg", imageAlt: "Executive Grooming Service", features: [ + id: "executive-grooming", title: "Executive Grooming", price: "$95", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-studio-creativity_23-2148835317.jpg?_wi=1", imageAlt: "Executive Grooming Service", features: [ "Complete hair & beard styling", "Hot lather shave", "Premium scalp treatment", "Personalized care routine" ], button: { text: "Book Now", href: "#booking" } }, { - id: "ultimate-experience", title: "Ultimate Experience", price: "$135", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg", imageAlt: "Ultimate Experience Service", features: [ + id: "ultimate-experience", title: "Ultimate Experience", price: "$135", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg?_wi=1", imageAlt: "Ultimate Experience Service", features: [ "Full grooming & styling session", "Hot stone massage & neck treatment", "Premium facial care ritual", "Lifetime style guidance" ], button: { text: "Book Now", href: "#booking" } @@ -114,13 +114,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" members={[ { - id: "gallery-work-1", name: "Studio View", role: "Grooming Space", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-cocker-spaniel_23-2148351182.jpg", imageAlt: "PRIVÉ Studio Grooming Station" + id: "gallery-work-1", name: "Studio View", role: "Grooming Space", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-cocker-spaniel_23-2148351182.jpg?_wi=2", imageAlt: "PRIVÉ Studio Grooming Station" }, { - id: "gallery-work-2", name: "Premium Tools", role: "Craft Essentials", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-studio-creativity_23-2148835317.jpg", imageAlt: "Premium Grooming Tools Collection" + id: "gallery-work-2", name: "Premium Tools", role: "Craft Essentials", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-studio-creativity_23-2148835317.jpg?_wi=2", imageAlt: "Premium Grooming Tools Collection" }, { - id: "gallery-work-3", name: "Precision Craft", role: "Artistry in Motion", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg", imageAlt: "Expert Grooming Service" + id: "gallery-work-3", name: "Precision Craft", role: "Artistry in Motion", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg?_wi=2", imageAlt: "Expert Grooming Service" } ]} /> -- 2.49.1