From 531fd4fda835879f1e46177fc46e3af4f4a50a98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:21:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b06d2e..b46f1ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -167,17 +116,11 @@ export default function LandingPage() { description="Authentic Honduran traditions brought to life with generous portions and warm service." bulletPoints={[ { - title: "Authentic Recipes", - description: "Generations of Honduran flavors.", - }, + title: "Authentic Recipes", description: "Generations of Honduran flavors."}, { - title: "Generous Portions", - description: "You won't leave hungry.", - }, + title: "Generous Portions", description: "You won't leave hungry."}, { - title: "Welcoming Service", - description: "Friendly faces and quick service.", - }, + title: "Welcoming Service", description: "Friendly faces and quick service."}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-boiled-potatoes-with-green-onions-bread-knife-table_176474-3295.jpg" mediaAnimation="slide-up" @@ -191,31 +134,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100%", - title: "Cultural Authenticity", - items: [ - "Fresh Ingredients", - "Family Recipes", - ], + id: "m1", value: "100%", title: "Cultural Authenticity", items: [ + "Fresh Ingredients", "Family Recipes"], }, { - id: "m2", - value: "24/7", - title: "Good Vibes", - items: [ - "Latin Music", - "Great Energy", - ], + id: "m2", value: "24/7", title: "Good Vibes", items: [ + "Latin Music", "Great Energy"], }, { - id: "m3", - value: "4.8★", - title: "Community Rating", - items: [ - "Austin's Hidden Gem", - "500+ Reviews", - ], + id: "m3", value: "4.8★", title: "Community Rating", items: [ + "Austin's Hidden Gem", "500+ Reviews"], }, ]} title="Good Food. Good Energy." @@ -228,20 +156,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Chicken Plates", - content: "Our signature crispy fried chicken served with fresh sides.", - }, + id: "f1", title: "Chicken Plates", content: "Our signature crispy fried chicken served with fresh sides."}, { - id: "f2", - title: "Baleadas", - content: "Fluffy hand-pressed tortillas with savory fillings.", - }, + id: "f2", title: "Baleadas", content: "Fluffy hand-pressed tortillas with savory fillings."}, { - id: "f3", - title: "Catracho Favorites", - content: "Platters featuring authentic Honduran flavor combinations.", - }, + id: "f3", title: "Catracho Favorites", content: "Platters featuring authentic Honduran flavor combinations."}, ]} sideTitle="Explore the Menu" sideDescription="Everything you love, made fresh daily." @@ -253,18 +172,13 @@ export default function LandingPage() { @@ -278,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1