diff --git a/src/app/page.tsx b/src/app/page.tsx index affdcae..ea64a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,21 +47,22 @@ export default function LandingPage() { description="Experience exquisite dining with our signature dishes, seasonal menus, and exceptional service. Book your table, explore our menu, and order online for a dining experience like no other." tag="Fine Dining Restaurant" tagIcon={UtensilsCrossed} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/bar-closeup-celebration-liquid-wine_1203-4479.jpg" imageAlt="Elegant restaurant dining experience" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The best dining experience in the city. Impeccable service and extraordinary cuisine!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" }, { name: "James Chen", handle: "Food Enthusiast", testimonial: "Every dish is a masterpiece. The chef truly understands flavor and presentation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg" }, { name: "Emma Rodriguez", handle: "Verified Customer", testimonial: "Booking online was seamless, and the ordering system is incredibly user-friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4326.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4326.jpg" } ]} buttons={[ @@ -92,31 +93,31 @@ export default function LandingPage() { tagIcon={BookOpen} products={[ { - id: "app-1", name: "Pan-Seared Scallops", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg?_wi=1", imageAlt: "Pan-seared scallops with sauce" + id: "app-1", name: "Pan-Seared Scallops", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg", imageAlt: "Pan-seared scallops with sauce" }, { - id: "app-2", name: "Truffle Risotto Balls", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg?_wi=2", imageAlt: "Golden truffle risotto appetizer" + id: "app-2", name: "Truffle Risotto Balls", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg", imageAlt: "Golden truffle risotto appetizer" }, { - id: "app-3", name: "Burrata & Prosciutto", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg?_wi=3", imageAlt: "Fresh burrata with prosciutto" + id: "app-3", name: "Burrata & Prosciutto", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg", imageAlt: "Fresh burrata with prosciutto" }, { - id: "ent-1", name: "Wagyu Beef Tenderloin", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=1", imageAlt: "Premium Wagyu beef tenderloin" + id: "ent-1", name: "Wagyu Beef Tenderloin", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", imageAlt: "Premium Wagyu beef tenderloin" }, { - id: "ent-2", name: "Atlantic Salmon Fillet", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=2", imageAlt: "Pan-seared salmon fillet" + id: "ent-2", name: "Atlantic Salmon Fillet", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", imageAlt: "Pan-seared salmon fillet" }, { - id: "ent-3", name: "Herb-Roasted Duck", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=3", imageAlt: "Herb-roasted duck breast" + id: "ent-3", name: "Herb-Roasted Duck", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", imageAlt: "Herb-roasted duck breast" }, { - id: "des-1", name: "Dark Chocolate Mousse", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg?_wi=1", imageAlt: "Elegant chocolate mousse" + id: "des-1", name: "Dark Chocolate Mousse", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg", imageAlt: "Elegant chocolate mousse" }, { - id: "des-2", name: "Crème Brûlée", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg?_wi=2", imageAlt: "Classic crème brûlée" + id: "des-2", name: "Crème Brûlée", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg", imageAlt: "Classic crème brûlée" }, { - id: "bev-1", name: "Premium Wine Selection", price: "$15-$150", imageSrc: "http://img.b2bpic.net/free-photo/dining-silverware-nobody-glass-fine_1203-5754.jpg?_wi=1", imageAlt: "Fine wine collection" + id: "bev-1", name: "Premium Wine Selection", price: "$15-$150", imageSrc: "http://img.b2bpic.net/free-photo/dining-silverware-nobody-glass-fine_1203-5754.jpg", imageAlt: "Fine wine collection" } ]} gridVariant="three-columns-all-equal-width" @@ -134,16 +135,16 @@ export default function LandingPage() { tagIcon={ShoppingCart} features={[ { - title: "Browse Full Menu", description: "Explore all appetizers, entrees, desserts, and beverages with detailed descriptions and pricing", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg?_wi=4", imageAlt: "Online menu browsing interface", buttonIcon: ArrowRight + title: "Browse Full Menu", description: "Explore all appetizers, entrees, desserts, and beverages with detailed descriptions and pricing", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-wraps-sliced-onion_140725-3697.jpg", imageAlt: "Online menu browsing interface", buttonIcon: ArrowRight }, { - title: "Customize Your Order", description: "Select portion sizes, special preparations, and dietary preferences for each dish", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=4", imageAlt: "Customization options for meals", buttonIcon: Settings + title: "Customize Your Order", description: "Select portion sizes, special preparations, and dietary preferences for each dish", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", imageAlt: "Customization options for meals", buttonIcon: Settings }, { - title: "Fast Checkout", description: "Secure payment processing with multiple payment options and real-time order tracking", imageSrc: "http://img.b2bpic.net/free-photo/dining-silverware-nobody-glass-fine_1203-5754.jpg?_wi=2", imageAlt: "Quick and secure checkout", buttonIcon: Lock + title: "Fast Checkout", description: "Secure payment processing with multiple payment options and real-time order tracking", imageSrc: "http://img.b2bpic.net/free-photo/dining-silverware-nobody-glass-fine_1203-5754.jpg", imageAlt: "Quick and secure checkout", buttonIcon: Lock }, { - title: "Delivery or Pickup", description: "Choose between delivery to your door or convenient pickup at our restaurant", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg?_wi=3", imageAlt: "Delivery and pickup options", buttonIcon: Truck + title: "Delivery or Pickup", description: "Choose between delivery to your door or convenient pickup at our restaurant", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg", imageAlt: "Delivery and pickup options", buttonIcon: Truck } ]} textboxLayout="default" @@ -169,9 +170,9 @@ export default function LandingPage() {