From 137a3ec79ac31df4e808ac617b15988f0aa407f3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 11:05:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++------------------------------------- 1 file changed, 33 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff45783..ae5a980 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,85 +29,41 @@ export default function LandingPage() {
@@ -118,8 +74,7 @@ export default function LandingPage() { title="Your New Favorite Social Hub" buttons={[ { - text: "Visit Us", - }, + text: "Visit Us"}, ]} /> @@ -131,26 +86,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Premium Courts", - subtitle: "World-class Padel courts.", - category: "Facilities", - value: "High standard", - }, + id: "f1", title: "Premium Courts", subtitle: "World-class Padel courts.", category: "Facilities", value: "High standard"}, { - id: "f2", - title: "Great Coffee", - subtitle: "Enjoy Plato coffee.", - category: "Social", - value: "Delicious", - }, + id: "f2", title: "Great Coffee", subtitle: "Enjoy Plato coffee.", category: "Social", value: "Delicious"}, { - id: "f3", - title: "Community Vibe", - subtitle: "Music & social events.", - category: "Lifestyle", - value: "Energetic", - }, + id: "f3", title: "Community Vibe", subtitle: "Music & social events.", category: "Lifestyle", value: "Energetic"}, ]} title="Why Choose Midstream" description="We offer more than just a game. Enjoy top-tier facilities and a vibrant social scene." @@ -164,40 +104,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Carol-Ann M", - role: "Member", - testimonial: "Whether you playing padel or just popping in for a coffee, nice spot to sit and catch-up with friends.", - imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-woman-with-smartphone_23-2148213192.jpg", - }, + id: "t1", name: "Carol-Ann M", role: "Member", testimonial: "Whether you playing padel or just popping in for a coffee, nice spot to sit and catch-up with friends.", imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-woman-with-smartphone_23-2148213192.jpg"}, { - id: "t2", - name: "Amy Du Plessis", - role: "Member", - testimonial: "Love having Padel on our door step.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-beach_273609-5371.jpg", - }, + id: "t2", name: "Amy Du Plessis", role: "Member", testimonial: "Love having Padel on our door step.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-beach_273609-5371.jpg"}, { - id: "t3", - name: "Vishal Kuverjee", - role: "Member", - testimonial: "Great Padel courts, awesome vibe with the music and excellent coffee.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", - }, + id: "t3", name: "Vishal Kuverjee", role: "Member", testimonial: "Great Padel courts, awesome vibe with the music and excellent coffee.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg"}, { - id: "t4", - name: "John Doe", - role: "Member", - testimonial: "Best courts in Centurion!", - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-climbing-arena_23-2150461843.jpg", - }, + id: "t4", name: "John Doe", role: "Member", testimonial: "Best courts in Centurion!", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-climbing-arena_23-2150461843.jpg"}, { - id: "t5", - name: "Jane Smith", - role: "Member", - testimonial: "Friendly staff and clean environment.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg", - }, + id: "t5", name: "Jane Smith", role: "Member", testimonial: "Friendly staff and clean environment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg"}, ]} title="What Our Players Say" description="See why our members love the Midstream Padel experience." @@ -210,20 +125,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What are your opening hours?", - content: "We are open daily, usually closing at 10pm.", - }, + id: "q1", title: "What are your opening hours?", content: "We are open daily, usually closing at 10pm."}, { - id: "q2", - title: "How do I book a court?", - content: "You can call us directly on 076 109 9097.", - }, + id: "q2", title: "How do I book a court?", content: "You can call us directly on 076 109 9097."}, { - id: "q3", - title: "Do you serve food?", - content: "We serve great coffee and have a social environment.", - }, + id: "q3", title: "Do you serve food?", content: "We serve great coffee and have a social environment."}, ]} title="Common Questions" faqsAnimation="slide-up" @@ -235,16 +141,13 @@ export default function LandingPage() { @@ -255,13 +158,9 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1