diff --git a/src/app/page.tsx b/src/app/page.tsx index 42cd29b..7f82621 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,20 +52,15 @@ export default function LandingPage() {
@@ -157,40 +117,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Seasonal Specialties", - subtitle: "Fresh, locally sourced ingredients transformed into exquisite dishes.", - category: "Cuisine", - value: "Daily", - }, + id: "f1", title: "Seasonal Specialties", subtitle: "Fresh, locally sourced ingredients transformed into exquisite dishes.", category: "Cuisine", value: "Daily"}, { - id: "f2", - title: "Premium Cuts", - subtitle: "Hand-selected steaks and meats, cooked to perfection.", - category: "Meats", - value: "Choice", - }, + id: "f2", title: "Premium Cuts", subtitle: "Hand-selected steaks and meats, cooked to perfection.", category: "Meats", value: "Choice"}, { - id: "f3", - title: "Handcrafted Cocktails", - subtitle: "Expertly mixed drinks using unique spirits and fresh botanicals.", - category: "Bar", - value: "Artisan", - }, + id: "f3", title: "Handcrafted Cocktails", subtitle: "Expertly mixed drinks using unique spirits and fresh botanicals.", category: "Bar", value: "Artisan"}, { - id: "f4", - title: "Curated Wine List", - subtitle: "A diverse selection of local and international wines to complement any meal.", - category: "Wine", - value: "Global", - }, + id: "f4", title: "Curated Wine List", subtitle: "A diverse selection of local and international wines to complement any meal.", category: "Wine", value: "Global"}, { - id: "f5", - title: "Delectable Desserts", - subtitle: "Sweet endings crafted daily by our pastry chef.", - category: "Desserts", - value: "Fresh", - }, + id: "f5", title: "Delectable Desserts", subtitle: "Sweet endings crafted daily by our pastry chef.", category: "Desserts", value: "Fresh"}, ]} title="Signature Dishes & Craft Cocktails" description="Explore our diverse menu featuring seasonal specialties, premium cuts, and a curated selection of fine wines and handcrafted cocktails. Each dish is a testament to our passion for culinary artistry and commitment to fresh, quality ingredients." @@ -206,65 +141,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Appetizers", - name: "Seared Scallops", - price: "$22", - rating: 5, - reviewCount: "87", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-made-with-vegetables-served-plate_181624-58469.jpg", - imageAlt: "Seared scallops with garnish", - }, + id: "p1", brand: "Appetizers", name: "Seared Scallops", price: "$22", rating: 5, + reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-made-with-vegetables-served-plate_181624-58469.jpg", imageAlt: "Seared scallops with garnish"}, { - id: "p2", - brand: "Salads", - name: "Classic Caesar Salad", - price: "$16", - rating: 4, - reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-green-red-leaf-lettuce_140725-2575.jpg", - imageAlt: "Classic Caesar Salad", - }, + id: "p2", brand: "Salads", name: "Classic Caesar Salad", price: "$16", rating: 4, + reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-green-red-leaf-lettuce_140725-2575.jpg", imageAlt: "Classic Caesar Salad"}, { - id: "p3", - brand: "Main Courses", - name: "Filet Mignon (8oz)", - price: "$58", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728019.jpg", - imageAlt: "Filet Mignon with sides", - }, + id: "p3", brand: "Main Courses", name: "Filet Mignon (8oz)", price: "$58", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728019.jpg", imageAlt: "Filet Mignon with sides"}, { - id: "p4", - brand: "Main Courses", - name: "Pan-Seared Salmon", - price: "$38", - rating: 4, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-red-onions-cabbage-corns-topped-with-dill-plate-wooden-table_140725-12485.jpg", - imageAlt: "Pan-seared salmon with vegetables", - }, + id: "p4", brand: "Main Courses", name: "Pan-Seared Salmon", price: "$38", rating: 4, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-red-onions-cabbage-corns-topped-with-dill-plate-wooden-table_140725-12485.jpg", imageAlt: "Pan-seared salmon with vegetables"}, { - id: "p5", - brand: "Desserts", - name: "Chocolate Lava Cake", - price: "$14", - rating: 5, - reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/various-sweet-cakes-wooden-board-with-burlap-high-quality-photo_114579-67988.jpg", - imageAlt: "Chocolate lava cake with berries", - }, + id: "p5", brand: "Desserts", name: "Chocolate Lava Cake", price: "$14", rating: 5, + reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/various-sweet-cakes-wooden-board-with-burlap-high-quality-photo_114579-67988.jpg", imageAlt: "Chocolate lava cake with berries"}, { - id: "p6", - brand: "Desserts", - name: "Artisanal Cheese Board", - price: "$28", - rating: 5, - reviewCount: "55", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-table_114579-8753.jpg", - imageAlt: "Artisanal cheese board with fruits and crackers", - }, + id: "p6", brand: "Desserts", name: "Artisanal Cheese Board", price: "$28", rating: 5, + reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-table_114579-8753.jpg", imageAlt: "Artisanal cheese board with fruits and crackers"}, ]} title="Our Signature Menu" description="A glimpse into our culinary creations, from tantalizing appetizers to decadent desserts. Each item is prepared with meticulous care and the finest ingredients." @@ -279,45 +172,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah J.", - role: "Local Food Critic", - testimonial: "An absolutely sublime dining experience. The ambiance, the service, and especially the food—everything was flawless. A true gem by the lake!", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg", - imageAlt: "Happy customer Sarah J.", - }, + id: "t1", name: "Sarah J.", role: "Local Food Critic", testimonial: "An absolutely sublime dining experience. The ambiance, the service, and especially the food—everything was flawless. A true gem by the lake!", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg", imageAlt: "Happy customer Sarah J."}, { - id: "t2", - name: "Michael C.", - role: "Regular Patron", - testimonial: "The Lakes Bar & Grille never disappoints. Their Filet Mignon is consistently perfect, and the wine pairings are always spot on. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg", - imageAlt: "Satisfied customer Michael C.", - }, + id: "t2", name: "Michael C.", role: "Regular Patron", testimonial: "The Lakes Bar & Grille never disappoints. Their Filet Mignon is consistently perfect, and the wine pairings are always spot on. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg", imageAlt: "Satisfied customer Michael C."}, { - id: "t3", - name: "Emily R.", - role: "Event Planner", - testimonial: "We hosted our corporate event here, and it was a huge success. The team went above and beyond to make sure every detail was perfect. Exceptional!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg", - imageAlt: "Event planner Emily R.", - }, + id: "t3", name: "Emily R.", role: "Event Planner", testimonial: "We hosted our corporate event here, and it was a huge success. The team went above and beyond to make sure every detail was perfect. Exceptional!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg", imageAlt: "Event planner Emily R."}, { - id: "t4", - name: "David K.", - role: "Gourmet Enthusiast", - testimonial: "From the appetizers to the desserts, every dish was a culinary masterpiece. The flavors were bold yet harmonious. Can't wait to return!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", - imageAlt: "Gourmet enthusiast David K.", - }, + id: "t4", name: "David K.", role: "Gourmet Enthusiast", testimonial: "From the appetizers to the desserts, every dish was a culinary masterpiece. The flavors were bold yet harmonious. Can't wait to return!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", imageAlt: "Gourmet enthusiast David K."}, { - id: "t5", - name: "Jessica L.", - role: "First-Time Visitor", - testimonial: "I was thoroughly impressed! The ambiance was lovely, and the service was attentive without being intrusive. A wonderful discovery.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-dinner-party_23-2150648862.jpg", - imageAlt: "First-time visitor Jessica L.", - }, + id: "t5", name: "Jessica L.", role: "First-Time Visitor", testimonial: "I was thoroughly impressed! The ambiance was lovely, and the service was attentive without being intrusive. A wonderful discovery.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-dinner-party_23-2150648862.jpg", imageAlt: "First-time visitor Jessica L."}, ]} title="What Our Guests Say" description="Hear directly from our valued customers about their unforgettable experiences at The Lakes Bar & Grille." @@ -330,14 +193,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Food & Wine Magazine", - "Michelin Guide", - "Local Eats Awards", - "DineOut Weekly", - "Taste of the City", - "Chef's Table Magazine", - "Gastronomy Today", - ]} + "Food & Wine Magazine", "Michelin Guide", "Local Eats Awards", "DineOut Weekly", "Taste of the City", "Chef's Table Magazine", "Gastronomy Today"]} title="Recognized for Excellence" description="Proudly acknowledged by esteemed culinary guides and local publications for our commitment to exceptional dining." tag="Awards" @@ -352,35 +208,17 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "How do I make a reservation?", - content: "Reservations can be made easily through our website's 'Contact Us' section or by calling us directly at (555) 123-4567. We recommend booking in advance, especially for weekend evenings.", - }, + id: "faq1", title: "How do I make a reservation?", content: "Reservations can be made easily through our website's 'Contact Us' section or by calling us directly at (555) 123-4567. We recommend booking in advance, especially for weekend evenings."}, { - id: "faq2", - title: "Do you accommodate dietary restrictions?", - content: "Yes, our culinary team is happy to accommodate most dietary restrictions and allergies. Please inform your server upon arrival or mention it when making your reservation.", - }, + id: "faq2", title: "Do you accommodate dietary restrictions?", content: "Yes, our culinary team is happy to accommodate most dietary restrictions and allergies. Please inform your server upon arrival or mention it when making your reservation."}, { - id: "faq3", - title: "What are your operating hours?", - content: "We are open for dinner Tuesday to Sunday from 5:00 PM to 10:00 PM. Lunch service is available Friday to Sunday from 12:00 PM to 3:00 PM. We are closed on Mondays.", - }, + id: "faq3", title: "What are your operating hours?", content: "We are open for dinner Tuesday to Sunday from 5:00 PM to 10:00 PM. Lunch service is available Friday to Sunday from 12:00 PM to 3:00 PM. We are closed on Mondays."}, { - id: "faq4", - title: "Do you offer private dining options?", - content: "Absolutely! We have several private dining spaces perfect for intimate gatherings, corporate events, and special celebrations. Please contact our events coordinator for more details and availability.", - }, + id: "faq4", title: "Do you offer private dining options?", content: "Absolutely! We have several private dining spaces perfect for intimate gatherings, corporate events, and special celebrations. Please contact our events coordinator for more details and availability."}, { - id: "faq5", - title: "Is there parking available?", - content: "Yes, we offer complimentary valet parking for all our guests. Self-parking is also available in the adjacent lot.", - }, + id: "faq5", title: "Is there parking available?", content: "Yes, we offer complimentary valet parking for all our guests. Self-parking is also available in the adjacent lot."}, { - id: "faq6", - title: "Can I purchase gift cards?", - content: "Gift cards are available for purchase both online through our website and directly at the restaurant. They make the perfect gift for any food lover!", - }, + id: "faq6", title: "Can I purchase gift cards?", content: "Gift cards are available for purchase both online through our website and directly at the restaurant. They make the perfect gift for any food lover!"}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about reservations, dining, and private events at The Lakes Bar & Grille." @@ -393,20 +231,15 @@ export default function LandingPage() { @@ -415,58 +248,35 @@ export default function LandingPage() {