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() {
@@ -54,54 +45,29 @@ export default function LandingPage() {
logoText="DônnaFugata"
description="An Italian Love Story, Told Through Flavor. Fine dining. Candlelight. Authentic Italian soul in Santo Domingo."
buttons={[
- {
- text: "Reserve Your Table",
- href: "#reserve",
- },
- {
- text: "View Menu",
- href: "#menu",
- },
+ { text: "Reserve Your Table", href: "#reserve" },
+ { text: "View Menu", href: "#menu" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg?_wi=1",
- imageAlt: "luxurious restaurant dining interior dark",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917799.jpg?_wi=1",
- imageAlt: "fine dining italian cuisine served",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=1",
- imageAlt: "italian restaurant outdoor terrace luxury",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg",
- imageAlt: "modern elegant restaurant interior design",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg",
- imageAlt: "sophisticated italian dining venue",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg",
- imageAlt: "exclusive restaurant interior fine dining",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", imageAlt: "luxurious restaurant dining interior dark" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917799.jpg", imageAlt: "fine dining italian cuisine served" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", imageAlt: "italian restaurant outdoor terrace luxury" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "modern elegant restaurant interior design" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg", imageAlt: "sophisticated italian dining venue" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg", imageAlt: "exclusive restaurant interior fine dining" },
]}
/>
@@ -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: "#" } ] },
]}
/>