From 5eb5e160dc7a3114443969ee9370c00946bcc1ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:28:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 141 +++++++++++------------------------------------ 1 file changed, 32 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc7b90b..ec3e54f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,42 @@ export default function LandingPage() {
@@ -104,9 +76,7 @@ export default function LandingPage() { title="Your Neighborhood Living Room" buttons={[ { - text: "Learn About Our Events", - href: "#features", - }, + text: "Learn About Our Events", href: "#features"}, ]} /> @@ -118,19 +88,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expert Bartenders", - description: "Meet the best crew in town who know your name and your drink order by heart.", - icon: Droplet, + title: "Expert Bartenders", description: "Meet the best crew in town who know your name and your drink order by heart.", icon: Droplet, }, { - title: "Legendary Wings", - description: "Crispy, juicy, and tossed in our secret house-made sauces—the heart of our kitchen.", - icon: Flame, + title: "Legendary Wings", description: "Crispy, juicy, and tossed in our secret house-made sauces—the heart of our kitchen.", icon: Flame, }, { - title: "Group Hosting", - description: "Spacious seating and flexible setups perfect for your next birthday, work party, or reunion.", - icon: Users, + title: "Group Hosting", description: "Spacious seating and flexible setups perfect for your next birthday, work party, or reunion.", icon: Users, }, ]} title="Everything You Need to Gather" @@ -145,40 +109,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - handle: "@sarahm", - testimonial: "The wings are unreal and the staff treats you like family from the moment you walk in.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522503.jpg", - }, + id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "The wings are unreal and the staff treats you like family from the moment you walk in.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522503.jpg"}, { - id: "2", - name: "James Wilson", - handle: "@jwilson", - testimonial: "Best spot in MKE for group events. Zero corporate stiffness, just good times.", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-blonde-girl-posing-cafe-with-kissing-face-expression-portrait-carefree-glamorous-woman-chilling-summer-day-enjoying-cocktail_197531-9609.jpg", - }, + id: "2", name: "James Wilson", handle: "@jwilson", testimonial: "Best spot in MKE for group events. Zero corporate stiffness, just good times.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-blonde-girl-posing-cafe-with-kissing-face-expression-portrait-carefree-glamorous-woman-chilling-summer-day-enjoying-cocktail_197531-9609.jpg"}, { - id: "3", - name: "Elena Rodriguez", - handle: "@erod", - testimonial: "I come here for the regulars and stay for the amazing craft beer selection. My home away from home.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-drinking-beer-pub_496169-2816.jpg", - }, + id: "3", name: "Elena Rodriguez", handle: "@erod", testimonial: "I come here for the regulars and stay for the amazing craft beer selection. My home away from home.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-drinking-beer-pub_496169-2816.jpg"}, { - id: "4", - name: "Mark Thompson", - handle: "@mthompson", - testimonial: "The bartenders are legends. Always the right drink and the right vibe.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-greenhouse_23-2148509894.jpg", - }, + id: "4", name: "Mark Thompson", handle: "@mthompson", testimonial: "The bartenders are legends. Always the right drink and the right vibe.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-greenhouse_23-2148509894.jpg"}, { - id: "5", - name: "Linda Chen", - handle: "@lchen", - testimonial: "Planned my 30th here—it was flawless, easy, and everyone loved the casual premium vibe.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-looking-camera_23-2148281687.jpg", - }, + id: "5", name: "Linda Chen", handle: "@lchen", testimonial: "Planned my 30th here—it was flawless, easy, and everyone loved the casual premium vibe.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-looking-camera_23-2148281687.jpg"}, ]} title="Friends of the Neighborhood" description="Don't just take our word for it. Our regulars say it best." @@ -189,8 +128,7 @@ export default function LandingPage() {