From ce044ccd523edcd31cb981f6fc89bf85f6b849e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:07:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 163 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37d9f37..de7bcf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,47 +43,26 @@ export default function LandingPage() {
@@ -102,47 +75,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Guava & Cheese Pastelito", - price: "Fresh", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-honey-cake-dark-background-dough-sugar-cake-biscuit-sweet-bake-tea-dessert-pie_140725-157557.jpg?_wi=2", - }, + id: "p1", name: "Guava & Cheese Pastelito", price: "Fresh", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bt5CIOzLITr8QrhDYCfwTbB9zl/uploaded-1775387220443-7uddz4ga.jpg"}, { - id: "p2", - name: "Ham Croquetas", - price: "Crispy", - variant: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-fried-croquettes-isolated-white-background_123827-23196.jpg?_wi=2", - }, + id: "p2", name: "Ham Croquetas", price: "Crispy", variant: "Authentic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bt5CIOzLITr8QrhDYCfwTbB9zl/uploaded-1775387220443-26tt7qyy.jpg"}, { - id: "p3", - name: "Cuban Sandwich", - price: "Hot", - variant: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=2", - }, + id: "p3", name: "Cuban Sandwich", price: "Hot", variant: "Local", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=2"}, { - id: "p4", - name: "Café Con Leche", - price: "Strong", - variant: "Traditional", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=2", - }, + id: "p4", name: "Café Con Leche", price: "Strong", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=2"}, { - id: "p5", - name: "Beef Empanada", - price: "Savory", - variant: "Handmade", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-badamburas-plate-plaid-cloth-wooden-surface_141793-11314.jpg", - }, + id: "p5", name: "Beef Empanada", price: "Savory", variant: "Handmade", imageSrc: "http://img.b2bpic.net/free-photo/side-view-badamburas-plate-plaid-cloth-wooden-surface_141793-11314.jpg"}, { - id: "p6", - name: "Colada", - price: "Bold", - variant: "Little Havana", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=3", - }, + id: "p6", name: "Colada", price: "Bold", variant: "Little Havana", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=3"}, ]} title="Signature Flavors" description="From our oven to your hands—classic Cuban traditions made fresh daily." @@ -155,8 +98,7 @@ export default function LandingPage() { title="The Soul of Little Havana" buttons={[ { - text: "Our Story", - }, + text: "Our Story"}, ]} /> @@ -166,30 +108,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-croissant-wicker-basket-bread-counter_107420-63667.jpg", - }, + id: "t1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-croissant-wicker-basket-bread-counter_107420-63667.jpg"}, { - id: "t2", - name: "Marcus J.", - imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", - }, + id: "t2", name: "Marcus J.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg"}, { - id: "t3", - name: "Abuelo Luis", - imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518782.jpg", - }, + id: "t3", name: "Abuelo Luis", imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518782.jpg"}, { - id: "t4", - name: "Sarah W.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg", - }, + id: "t4", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg"}, { - id: "t5", - name: "Daniel P.", - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542729.jpg", - }, + id: "t5", name: "Daniel P.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542729.jpg"}, ]} cardTitle="What the Neighbors Say" cardAnimation="slide-up" @@ -202,25 +129,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What are Pastelitos?", - content: "Our signature pastries made with flaky dough and filled with sweet guava or savory cheese.", - }, + id: "f1", title: "What are Pastelitos?", content: "Our signature pastries made with flaky dough and filled with sweet guava or savory cheese."}, { - id: "f2", - title: "Do you serve coffee all day?", - content: "Yes, our Cuban espresso and café con leche are brewed fresh from dawn until we close.", - }, + id: "f2", title: "Do you serve coffee all day?", content: "Yes, our Cuban espresso and café con leche are brewed fresh from dawn until we close."}, { - id: "f3", - title: "Is it good for breakfast?", - content: "It is the perfect spot for an authentic Cuban breakfast to start your Miami day.", - }, + id: "f3", title: "Is it good for breakfast?", content: "It is the perfect spot for an authentic Cuban breakfast to start your Miami day."}, { - id: "f4", - title: "Do you offer takeaway?", - content: "Everything we serve is available to-go, perfect for strolling through Little Havana.", - }, + id: "f4", title: "Do you offer takeaway?", content: "Everything we serve is available to-go, perfect for strolling through Little Havana."}, ]} sideTitle="Frequently Asked" faqsAnimation="blur-reveal" @@ -231,15 +146,13 @@ export default function LandingPage() { @@ -250,23 +163,17 @@ export default function LandingPage() { { items: [ { - label: "Little Havana, Miami", - }, + label: "745 SW 8th St, Miami, FL 33130, United States"}, { - label: "Open Daily 7AM-6PM", - }, + label: "Open Daily 7AM-6PM"}, ], }, { items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, ]} @@ -276,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file