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"