From 55649f3066f91153ebf94945556e71e673cba966 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 04:07:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 113 ++++++++++++++--------------------------------- 1 file changed, 32 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dde71aa..074931d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,42 +29,29 @@ export default function LandingPage() {
@@ -131,30 +102,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg", - }, + id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg"}, { - id: "t2", - name: "Michael C.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", - }, + id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg"}, { - id: "t3", - name: "Emily R.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-redhead-female-wearing-casual-clothes-eating-spicy-noodles-asian-restaurant_613910-4991.jpg", - }, + id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-redhead-female-wearing-casual-clothes-eating-spicy-noodles-asian-restaurant_613910-4991.jpg"}, { - id: "t4", - name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", - }, + id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"}, { - id: "t5", - name: "Maria L.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - }, + id: "t5", name: "Maria L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"}, ]} cardTitle="What Guests Say" cardAnimation="slide-up" @@ -164,6 +120,9 @@ export default function LandingPage() {
@@ -174,25 +133,17 @@ export default function LandingPage() { logoText="Taqueria Express" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Full Menu", - href: "/menu", - }, + label: "Full Menu", href: "/menu"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Our Story", - href: "/", - }, + label: "Our Story", href: "/"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]} -- 2.49.1