From 172acf699f5abecb9cda4af7b623898069732191 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:33:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 164 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 129 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ddc128..1006836 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,42 +43,21 @@ export default function LandingPage() {
@@ -113,34 +84,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - label: "TACOS", - title: "Signature Chicken Tacos", - items: [ - "Bold flavor profile", - "Farm-fresh ingredients", - "Perfectly seasoned", - ], + id: "1", label: "TACOS", title: "Signature Chicken Tacos", items: [ + "Bold flavor profile", "Farm-fresh ingredients", "Perfectly seasoned"], }, { - id: "2", - label: "SOUP", - title: "Fresh Tortellini Soup", - items: [ - "Comforting richness", - "Elevated classic", - "Warm soul-soothing bite", - ], + id: "2", label: "SOUP", title: "Fresh Tortellini Soup", items: [ + "Comforting richness", "Elevated classic", "Warm soul-soothing bite"], }, { - id: "3", - label: "BRAND", - title: "Curated Taste Experience", - items: [ - "Modern food identity", - "Premium presentation", - "Unforgettable flavors", - ], + id: "3", label: "BRAND", title: "Curated Taste Experience", items: [ + "Modern food identity", "Premium presentation", "Unforgettable flavors"], }, ]} title="Signature Culinary Highlights" @@ -155,59 +108,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Benjamin Weiner", - role: "Food Critic", - company: "FineEats", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg?_wi=2", - }, + id: "1", name: "Benjamin Weiner", role: "Food Critic", company: "FineEats", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg"}, { - id: "2", - name: "Sarah Miller", - role: "Local Patron", - company: "Downtown", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=2", - }, + id: "2", name: "Sarah Miller", role: "Local Patron", company: "Downtown", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg"}, { - id: "3", - name: "David Chen", - role: "Chef", - company: "KitchenLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=2", - }, + id: "3", name: "David Chen", role: "Chef", company: "KitchenLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg"}, { - id: "4", - name: "Emily Rodriguez", - role: "Foodie", - company: "TasteBound", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", - }, + id: "4", name: "Emily Rodriguez", role: "Foodie", company: "TasteBound", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg"}, { - id: "5", - name: "Marcus Johnson", - role: "Manager", - company: "Corporate", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beauty-woman-with-cocktail-street-cafe_231208-6268.jpg", - }, + id: "5", name: "Marcus Johnson", role: "Manager", company: "Corporate", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-beauty-woman-with-cocktail-street-cafe_231208-6268.jpg"}, ]} kpiItems={[ { - value: "4.9/5", - label: "Average Rating", - }, + value: "4.9/5", label: "Average Rating"}, { - value: "1.2k+", - label: "Happy Diners", - }, + value: "1.2k+", label: "Happy Diners"}, { - value: "100%", - label: "Satisfied Guests", - }, + value: "100%", label: "Satisfied Guests"}, ]} title="What our guests are saying" description="Real feedback from diners who have experienced the A&B EatsReview difference." @@ -219,20 +141,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Do I need a reservation?", - content: "Yes, we highly recommend booking in advance to ensure availability.", - }, + id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure availability."}, { - id: "2", - title: "Are there vegetarian options?", - content: "We offer seasonal vegetarian dishes, including our fresh tortellini soup variations.", - }, + id: "2", title: "Are there vegetarian options?", content: "We offer seasonal vegetarian dishes, including our fresh tortellini soup variations."}, { - id: "3", - title: "Is the menu seasonal?", - content: "Our menu features rotating seasonal ingredients for peak flavor.", - }, + id: "3", title: "Is the menu seasonal?", content: "Our menu features rotating seasonal ingredients for peak flavor."}, ]} sideTitle="Commonly Asked" faqsAnimation="slide-up" @@ -243,14 +156,11 @@ export default function LandingPage() { @@ -259,13 +169,9 @@ export default function LandingPage() { -- 2.49.1