diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fa2ba2..48e99a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Join Today", href: "#pricing" }, { text: "Learn More", href: "#about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-beautiful-sauna-room-design-with-wall-tiles-wooden-bench_181624-27669.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-beautiful-sauna-room-design-with-wall-tiles-wooden-bench_181624-27669.jpg?_wi=1" imageAlt="Luxury sauna interior with warm lighting" showDimOverlay={true} /> @@ -77,7 +77,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Traditional Finnish Saunas", description: "Experience authentic Finnish sauna traditions with temperatures reaching 80-90°C. Our expert staff maintains pristine conditions for the ultimate heat therapy experience.", imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", imageAlt: "Traditional Finnish sauna with wooden benches" + title: "Traditional Finnish Saunas", description: "Experience authentic Finnish sauna traditions with temperatures reaching 80-90°C. Our expert staff maintains pristine conditions for the ultimate heat therapy experience.", imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=1", imageAlt: "Traditional Finnish sauna with wooden benches" }, { id: 2, @@ -89,7 +89,7 @@ export default function LandingPage() { }, { id: 4, - title: "Relaxation Lounges", description: "Unwind in our serene relaxation areas featuring comfortable seating, herbal tea stations, and calming ambiance for post-sauna recovery.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg", imageAlt: "Peaceful relaxation lounge area" + title: "Relaxation Lounges", description: "Unwind in our serene relaxation areas featuring comfortable seating, herbal tea stations, and calming ambiance for post-sauna recovery.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=1", imageAlt: "Peaceful relaxation lounge area" } ]} /> @@ -108,21 +108,21 @@ export default function LandingPage() { "Access 4 days per week", "All sauna facilities", "Member discounts on services", "Digital wellness guide" ], button: { text: "Get Started", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-sauna-room-design-with-wall-tiles-wooden-bench_181624-27669.jpg", imageAlt: "Starter membership benefits" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-sauna-room-design-with-wall-tiles-wooden-bench_181624-27669.jpg?_wi=2", imageAlt: "Starter membership benefits" }, { id: "premium", title: "Premium", price: "$89", period: "/month", features: [ "Unlimited sauna access", "Priority booking for massages", "One complimentary massage monthly", "Guests allowed twice monthly", "Exclusive events access" ], button: { text: "Choose Premium", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg", imageAlt: "Premium membership features" + imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=2", imageAlt: "Premium membership features" }, { id: "elite", title: "Elite", price: "$149", period: "/month", features: [ "Unlimited access to all facilities", "Two complimentary massages monthly", "Priority access to new services", "Unlimited guest passes", "VIP lounge access", "Personal wellness coaching" ], button: { text: "Join Elite", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", imageAlt: "Elite membership benefits" + imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=2", imageAlt: "Elite membership benefits" } ]} /> @@ -132,16 +132,16 @@ export default function LandingPage() {