diff --git a/src/app/page.tsx b/src/app/page.tsx index 774fc81..3e0c64a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Experience the best 18-hole Mini Golf in New Berlin, professional-grade Driving Ranges, and state-of-the-art Skybox Simulators. Your year-round golf destination." background={{ variant: "plain" }} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/couple-standing-holding-hands-garden_1157-1388.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-standing-holding-hands-garden_1157-1388.jpg?_wi=1" imageAlt="Moorland Road Golf Center exterior with beautiful landscaping" mediaAnimation="slide-up" buttons={[ @@ -89,13 +89,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "stonewater", name: "Stonewater Course", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/golf-trainer-teaching-beginner_23-2148295314.jpg", imageAlt: "Beautiful 18-hole mini golf course with waterfalls" + id: "stonewater", name: "Stonewater Course", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/golf-trainer-teaching-beginner_23-2148295314.jpg?_wi=1", imageAlt: "Beautiful 18-hole mini golf course with waterfalls" }, { - id: "practice-range", name: "Practice Range", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/kid-running-field-full-shot_23-2149457235.jpg", imageAlt: "Professional golf driving range with heated bays" + id: "practice-range", name: "Practice Range", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/kid-running-field-full-shot_23-2149457235.jpg?_wi=1", imageAlt: "Professional golf driving range with heated bays" }, { - id: "simulators", name: "Skybox Simulators", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-man-taking-colorful-bowling-balls_23-2148344517.jpg", imageAlt: "State-of-the-art golf simulator technology" + id: "simulators", name: "Skybox Simulators", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-man-taking-colorful-bowling-balls_23-2148344517.jpg?_wi=1", imageAlt: "State-of-the-art golf simulator technology" } ]} /> @@ -123,16 +123,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Jake M.", handle: "Golf Enthusiast", testimonial: "Between the waterfalls and course difficulty, it is an enjoyable course to play on. Also, the $1 ice cream is unbeatable!", imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-holding-hands-garden_1157-1388.jpg", imageAlt: "Jake M testimonial" + id: "1", name: "Jake M.", handle: "Golf Enthusiast", testimonial: "Between the waterfalls and course difficulty, it is an enjoyable course to play on. Also, the $1 ice cream is unbeatable!", imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-holding-hands-garden_1157-1388.jpg?_wi=2", imageAlt: "Jake M testimonial" }, { - id: "2", name: "Patrick R.", handle: "Year-Round Player", testimonial: "The heated stalls are legit. Best way to work on your game year-round.", imageSrc: "http://img.b2bpic.net/free-photo/golf-trainer-teaching-beginner_23-2148295314.jpg", imageAlt: "Patrick R testimonial" + id: "2", name: "Patrick R.", handle: "Year-Round Player", testimonial: "The heated stalls are legit. Best way to work on your game year-round.", imageSrc: "http://img.b2bpic.net/free-photo/golf-trainer-teaching-beginner_23-2148295314.jpg?_wi=2", imageAlt: "Patrick R testimonial" }, { - id: "3", name: "Brendan D.", handle: "Group Event Host", testimonial: "Aiden at the Skybox provided great service for our large group. Very reasonable prices for drinks and sims!", imageSrc: "http://img.b2bpic.net/free-photo/kid-running-field-full-shot_23-2149457235.jpg", imageAlt: "Brendan D testimonial" + id: "3", name: "Brendan D.", handle: "Group Event Host", testimonial: "Aiden at the Skybox provided great service for our large group. Very reasonable prices for drinks and sims!", imageSrc: "http://img.b2bpic.net/free-photo/kid-running-field-full-shot_23-2149457235.jpg?_wi=2", imageAlt: "Brendan D testimonial" }, { - id: "4", name: "Sarah L.", handle: "Family Visitor", testimonial: "Perfect place to spend a family day. Kids loved the mini golf, and we all enjoyed the ice cream afterward!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-man-taking-colorful-bowling-balls_23-2148344517.jpg", imageAlt: "Sarah L testimonial" + id: "4", name: "Sarah L.", handle: "Family Visitor", testimonial: "Perfect place to spend a family day. Kids loved the mini golf, and we all enjoyed the ice cream afterward!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-man-taking-colorful-bowling-balls_23-2148344517.jpg?_wi=2", imageAlt: "Sarah L testimonial" } ]} />