From 02dfeadd6a1ec8f9580e5db39fd2c3f08b3d04e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:40:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 165 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b41a798..d567ef3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,15 +46,12 @@ export default function LandingPage() {
@@ -172,40 +128,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Foodie", - testimonial: "Best pizza in town, hands down!", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", role: "Foodie", testimonial: "Best pizza in town, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=1"}, { - id: "2", - name: "Michael K.", - role: "Professional", - testimonial: "Quick, delicious, and consistent every time.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg", - }, + id: "2", name: "Michael K.", role: "Professional", testimonial: "Quick, delicious, and consistent every time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg"}, { - id: "3", - name: "Emily R.", - role: "Enthusiast", - testimonial: "The crust is just perfect, so fresh.", - imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg", - }, + id: "3", name: "Emily R.", role: "Enthusiast", testimonial: "The crust is just perfect, so fresh.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"}, { - id: "4", - name: "David L.", - role: "Parent", - testimonial: "Our favorite spot for family weekend dinners.", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-toasting-with-her-friends-lunch-dining-table_637285-3223.jpg", - }, + id: "4", name: "David L.", role: "Parent", testimonial: "Our favorite spot for family weekend dinners.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-toasting-with-her-friends-lunch-dining-table_637285-3223.jpg"}, { - id: "5", - name: "Rachel M.", - role: "Regular Customer", - testimonial: "Amazing flavor profiles and great service.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=2", - }, + id: "5", name: "Rachel M.", role: "Regular Customer", testimonial: "Amazing flavor profiles and great service.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=2"}, ]} title="What Our Community Says" description="Real stories from happy neighbors." @@ -218,26 +149,16 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you deliver?", - content: "Yes, we offer city-wide delivery.", - }, + id: "f1", title: "Do you deliver?", content: "Yes, we offer city-wide delivery."}, { - id: "f2", - title: "Are you open on weekends?", - content: "We're open daily from 11am to 11pm.", - }, + id: "f2", title: "Are you open on weekends?", content: "We're open daily from 11am to 11pm."}, { - id: "f3", - title: "Do you cater events?", - content: "Absolutely, reach out to book your event.", - }, + id: "f3", title: "Do you cater events?", content: "Absolutely, reach out to book your event."}, ]} ctaTitle="Visit Us Today" ctaDescription="Have questions or need to place a catering order?" ctaButton={{ - text: "Contact Us", - }} + text: "Contact Us"}} ctaIcon={Phone} /> @@ -247,29 +168,19 @@ export default function LandingPage() { logoText="Pizza Brothers" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Story", - href: "#about", - }, + label: "Story", href: "#about"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} @@ -278,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1