From b3b895ac74db21ec88c7d65a015854945d129865 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 14:55:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 149 +++++++++++++++-------------------------------- 1 file changed, 48 insertions(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4752029..25f17f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,16 +31,11 @@ export default function LandingPage() { @@ -149,15 +116,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Fresh Ingredients", description: "We source all our vegetables and meats locally.", bentoComponent: "reveal-icon", icon: Leaf, - }, - { - title: "Family Friendly", description: "Perfect atmosphere for all ages and occasions.", bentoComponent: "reveal-icon", icon: Users, - }, - { - title: "Local Tradition", description: "A staple in the neighborhood for over 30 years.", bentoComponent: "reveal-icon", icon: Award, - }, + { title: "Fresh Ingredients", description: "We source all our vegetables and meats locally.", bentoComponent: "reveal-icon", icon: Leaf }, + { title: "Family Friendly", description: "Perfect atmosphere for all ages and occasions.", bentoComponent: "reveal-icon", icon: Users }, + { title: "Local Tradition", description: "A staple in the neighborhood for over 30 years.", bentoComponent: "reveal-icon", icon: Award }, ]} title="Why Choose Joe's?" description="We stand for community, fresh food, and great service." @@ -169,16 +130,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", title: "Great Vibe!", quote: "I love the decor and the food is even better.", name: "Sarah J.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out-together_23-2149143974.jpg"}, - { - id: "t2", title: "Simply the best.", quote: "Joe's is honestly the best place for brunch.", name: "Kevin L.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-modern-technology-young-student-with-happy-look-enjoying-high-speed-internet-connection-his-smart-phone-fashionable-man-trendy-headwear-using-electronic-device-cafe_273609-1709.jpg"}, - { - id: "t3", title: "Family favorite.", quote: "My kids always beg to come here.", name: "The Miller Family", role: "Guests", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283560.jpg"}, - { - id: "t4", title: "Consistent Quality.", quote: "Never disappointed by their service.", name: "Diana V.", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg"}, - { - id: "t5", title: "Charming.", quote: "Such a lovely diner with tons of history.", name: "Robert & Alice", role: "Long-time Customers", imageSrc: "http://img.b2bpic.net/free-photo/two-older-female-friends-using-smartphone-restaurant_23-2149316764.jpg"}, + { id: "t1", title: "Great Vibe!", quote: "I love the decor and the food is even better.", name: "Sarah J.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out-together_23-2149143974.jpg" }, + { id: "t2", title: "Simply the best.", quote: "Joe's is honestly the best place for brunch.", name: "Kevin L.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-modern-technology-young-student-with-happy-look-enjoying-high-speed-internet-connection-his-smart-phone-fashionable-man-trendy-headwear-using-electronic-device-cafe_273609-1709.jpg" }, + { id: "t3", title: "Family favorite.", quote: "My kids always beg to come here.", name: "The Miller Family", role: "Guests", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283560.jpg" }, + { id: "t4", title: "Consistent Quality.", quote: "Never disappointed by their service.", name: "Diana V.", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg" }, + { id: "t5", title: "Charming.", quote: "Such a lovely diner with tons of history.", name: "Robert & Alice", role: "Long-time Customers", imageSrc: "http://img.b2bpic.net/free-photo/two-older-female-friends-using-smartphone-restaurant_23-2149316764.jpg" }, ]} title="What Our Guests Say" description="Hear from our wonderful community members." @@ -190,12 +146,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", title: "Do you accept reservations?", content: "We work on a first-come, first-served basis."}, - { - id: "q2", title: "Are you open on Sundays?", content: "Yes, we are open seven days a week."}, - { - id: "q3", title: "Do you offer takeout?", content: "Absolutely, just give us a call to order ahead."}, + { id: "q1", title: "Do you accept reservations?", content: "We work on a first-come, first-served basis." }, + { id: "q2", title: "Are you open on Sundays?", content: "Yes, we are open seven days a week." }, + { id: "q3", title: "Do you offer takeout?", content: "Absolutely, just give us a call to order ahead." }, ]} title="Frequently Asked Questions" description="Common inquiries about our hours, menu, and more." @@ -209,14 +162,12 @@ export default function LandingPage() { title="Get in Touch" description="Have questions or want to host a party? Let us know." inputs={[ - { - name: "name", type: "text", placeholder: "Your Name"}, - { - name: "email", type: "email", placeholder: "Your Email"}, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, ]} - textarea={{ - name: "message", placeholder: "Tell us how we can help"}} + textarea={{ name: "message", placeholder: "Tell us how we can help" }} imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" + buttonText="Send Inquiry" // Fixed Contact button text /> @@ -225,16 +176,12 @@ export default function LandingPage() { logoText="Joe's Diner" copyrightText="© 2025 Joe's Diner. All rights reserved." socialLinks={[ - { - icon: Facebook, - href: "#", ariaLabel: "Facebook"}, - { - icon: Instagram, - href: "#", ariaLabel: "Instagram"}, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1