From 22e538b82755ba4758296af01d39bddcb5f6b96b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:16:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c9e57..0f60648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Signature Shave", description: "Hot towel shave with premium oils for a smooth, refreshing result.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg", imageAlt: "Service" + title: "Signature Shave", description: "Hot towel shave with premium oils for a smooth, refreshing result.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=1", imageAlt: "Service" }, { title: "Beard Sculpting", description: "Precision trimming and styling to perfectly shape your beard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop-shaving_23-2148298346.jpg", imageAlt: "Service" @@ -118,7 +118,7 @@ export default function LandingPage() { { id: "full", title: "Full Experience", price: "$50", period: "per session", features: ["Cut & Shave", "Beard Trim", "Consultation"], button: { text: "Book Now" }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg", imageAlt: "barbershop interior luxury" + imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=2", imageAlt: "barbershop interior luxury" } ]} title="Pricing Packages" -- 2.49.1