From cb2ab750ee3025c61378913fd0862dfb4f9666ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 14:37:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 356 +++++++---------------------------------------- 1 file changed, 54 insertions(+), 302 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32ed0e0..98e1d59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -112,60 +78,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Signature", - name: "Cacio e Pepe", - price: "Market Price", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-potato-with-bechamel-sauce-served-with-white-wine_141793-52.jpg", - }, - { - id: "p2", - brand: "Signature", - name: "Linguine Gamberoni", - price: "Market Price", - rating: 5, - reviewCount: "95+", - imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg", - }, - { - id: "p3", - brand: "Signature", - name: "Artisan Focaccia", - price: "$12", - rating: 4, - reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sandwiches-with-cream-cheese-tomatoes_23-2148749072.jpg", - }, - { - id: "p4", - brand: "Dessert", - name: "Nutella Tiramisu", - price: "$18", - rating: 5, - reviewCount: "300+", - imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg", - }, - { - id: "p5", - brand: "Signature", - name: "Seasonal Risotto", - price: "Market Price", - rating: 5, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg", - }, - { - id: "p6", - brand: "Signature", - name: "Chef's Special Antipasto", - price: "$25", - rating: 5, - reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg", - }, + { id: "p1", brand: "Signature", name: "Cacio e Pepe", price: "Market Price", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/chicken-potato-with-bechamel-sauce-served-with-white-wine_141793-52.jpg" }, + { id: "p2", brand: "Signature", name: "Linguine Gamberoni", price: "Market Price", rating: 5, reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg" }, + { id: "p3", brand: "Signature", name: "Artisan Focaccia", price: "$12", rating: 4, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sandwiches-with-cream-cheese-tomatoes_23-2148749072.jpg" }, + { id: "p4", brand: "Dessert", name: "Nutella Tiramisu", price: "$18", rating: 5, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg" }, + { id: "p5", brand: "Signature", name: "Seasonal Risotto", price: "Market Price", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg" }, + { id: "p6", brand: "Signature", name: "Chef's Special Antipasto", price: "$25", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg" }, ]} title="Signature Dishes" description="Every dish tells a story of Italy." @@ -177,46 +95,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "A magical night", - quote: "Una serata magica. Cibo squisito, servizio impeccabile.", - name: "Maria & Juan", - role: "Anniversary Guests", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg", - }, - { - id: "t2", - title: "Simply perfect", - quote: "Uno dei migliori ristoranti italiani della Repubblica Dominicana.", - name: "Roberto Costa", - role: "Food Critic", - imageSrc: "http://img.b2bpic.net/free-photo/black-american-couple-date-meeting-drink-wine-restaurant_613910-7260.jpg", - }, - { - id: "t3", - title: "Romantic perfection", - quote: "The atmosphere is unmatched. Truly the best date spot in the city.", - name: "Elena Martinez", - role: "Regular Guest", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg", - }, - { - id: "t4", - title: "Authentic taste", - quote: "Finally, a place that feels like stepping into a Roman trattoria.", - name: "Marco Rossi", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", - }, - { - id: "t5", - title: "Unforgettable", - quote: "I celebrated my 10th anniversary here. It was beyond perfect.", - name: "Sarah Miller", - role: "Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/woman-is-surprised-get-gift_23-2148060341.jpg", - }, + { id: "t1", title: "A magical night", quote: "Una serata magica. Cibo squisito, servizio impeccabile.", name: "Maria & Juan", role: "Anniversary Guests", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg" }, + { id: "t2", title: "Simply perfect", quote: "Uno dei migliori ristoranti italiani della Repubblica Dominicana.", name: "Roberto Costa", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/black-american-couple-date-meeting-drink-wine-restaurant_613910-7260.jpg" }, + { id: "t3", title: "Romantic perfection", quote: "The atmosphere is unmatched. Truly the best date spot in the city.", name: "Elena Martinez", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg" }, + { id: "t4", title: "Authentic taste", quote: "Finally, a place that feels like stepping into a Roman trattoria.", name: "Marco Rossi", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg" }, + { id: "t5", title: "Unforgettable", quote: "I celebrated my 10th anniversary here. It was beyond perfect.", name: "Sarah Miller", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-surprised-get-gift_23-2148060341.jpg" }, ]} title="Cinematic Reviews" description="What our guests say about their magical night." @@ -225,49 +108,26 @@ export default function LandingPage() {
@@ -278,55 +138,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "plan-1", - badge: "Intimate", - price: "Custom", - subtitle: "Perfect for romantic date nights", - features: [ - "Chef's Selection Menu", - "Private Corner Table", - "Candlelight Ambiance", - ], - buttons: [ - { - text: "Reserve Now", - href: "#reserve", - }, - ], + id: "plan-1", badge: "Intimate", price: "Custom", subtitle: "Perfect for romantic date nights", features: [ "Chef's Selection Menu", "Private Corner Table", "Candlelight Ambiance" ], + buttons: [ { text: "Reserve Now", href: "#reserve" } ], }, { - id: "plan-2", - badge: "Exclusive", - price: "Custom", - subtitle: "For anniversaries & celebrations", - features: [ - "Personalized Service", - "Premium Wine Pairing", - "Special Decor Setup", - ], - buttons: [ - { - text: "Reserve Now", - href: "#reserve", - }, - ], + id: "plan-2", badge: "Exclusive", price: "Custom", subtitle: "For anniversaries & celebrations", features: [ "Personalized Service", "Premium Wine Pairing", "Special Decor Setup" ], + buttons: [ { text: "Reserve Now", href: "#reserve" } ], }, { - id: "plan-3", - badge: "Private", - price: "Custom", - subtitle: "For corporate or private events", - features: [ - "Full Terrace Access", - "Custom Menu Curation", - "Event Concierge", - ], - buttons: [ - { - text: "Inquire", - href: "#reserve", - }, - ], + id: "plan-3", badge: "Private", price: "Custom", subtitle: "For corporate or private events", features: [ "Full Terrace Access", "Custom Menu Curation", "Event Concierge" ], + buttons: [ { text: "Inquire", href: "#reserve" } ], }, ]} title="Turn Moments into Memories" @@ -340,29 +161,11 @@ export default function LandingPage() { title="Reserve Your Table" description="Limited tables available each night. Book yours in advance." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "date", - type: "date", - placeholder: "Date", - required: true, - }, - { - name: "guests", - type: "number", - placeholder: "Number of Guests", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "date", type: "date", placeholder: "Date", required: true }, + { name: "guests", type: "number", placeholder: "Number of Guests", required: true }, ]} - textarea={{ - name: "note", - placeholder: "Special Requests (Anniversary, Allergies, etc.)", - }} + textarea={{ name: "note", placeholder: "Special Requests (Anniversary, Allergies, etc.)" }} imageSrc="http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18754.jpg" buttonText="Reserve Now" /> @@ -374,24 +177,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - title: "Location", - value: "Zona Colonial", - icon: MapPin, - }, - { - id: "m2", - title: "WhatsApp", - value: "+1 809-555-0199", - icon: MessageCircle, - }, - { - id: "m3", - title: "Open Hours", - value: "6 PM - 11 PM", - icon: Clock, - }, + { id: "m1", title: "Location", value: "Zona Colonial", icon: MapPin }, + { id: "m2", title: "WhatsApp", value: "+1 809-555-0199", icon: MessageCircle }, + { id: "m3", title: "Open Hours", value: "6 PM - 11 PM", icon: Clock }, ]} title="Find Us" description="Your Italian home in Santo Domingo." @@ -403,45 +191,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/assorted-fruit-cheese-plate-close-up-delicious-food-plate_132075-5744.jpg" logoText="DônnaFugata" columns={[ - { - title: "Explore", - items: [ - { - label: "Menu", - href: "#menu", - }, - { - label: "Reserve", - href: "#reserve", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "Our Story", - href: "#experience", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Use", - href: "#", - }, - ], - }, + { title: "Explore", items: [ { label: "Menu", href: "#menu" }, { label: "Reserve", href: "#reserve" } ] }, + { title: "Company", items: [ { label: "Our Story", href: "#experience" }, { label: "Contact", href: "#contact" } ] }, + { title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" } ] }, ]} /> -- 2.49.1