From e440db98e202caa1126d577c31df63b10aebc5e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 01:11:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 226 +++++++++-------------------------------------- 1 file changed, 41 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26fcbc5..ddbd8e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,58 +32,43 @@ export default function LandingPage() {
@@ -97,93 +82,27 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Signature", - name: "Roasted Turbot", - price: "Market Price", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg", - }, + id: "1", brand: "Smoked", name: "Texas Brisket", price: "$24", rating: 5, + reviewCount: "300", imageSrc: "https://img.b2bpic.net/free-photo/tasty-grilled-meat-dish_23-2148281350.jpg"}, { - id: "2", - brand: "Starter", - name: "Citrus Infused Carpaccio", - price: "Market Price", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg", - }, + id: "2", brand: "Smoked", name: "Pulled Pork Sandwich", price: "$16", rating: 5, + reviewCount: "250", imageSrc: "https://img.b2bpic.net/free-photo/delicious-burger-with-meat_23-2148135503.jpg"}, { - id: "3", - brand: "Signature", - name: "Truffle Risotto", - price: "Market Price", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg", - }, - { - id: "4", - brand: "Dessert", - name: "Vanilla Bean Soufflé", - price: "Market Price", - rating: 5, - reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-types-chocolate_23-2149349237.jpg", - }, - { - id: "5", - brand: "Pairing", - name: "Sommelier Selection", - price: "Market Price", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629532.jpg", - }, - { - id: "6", - brand: "Signature", - name: "Herb Crusted Lamb", - price: "Market Price", - rating: 5, - reviewCount: "190", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-whole-chopped-fresh-radishes-bowl-dark-color-cutting-board-green-black-mixed-colors-background-with-free-space_179666-19973.jpg", - }, + id: "3", brand: "Classic", name: "St. Louis Ribs", price: "$28", rating: 5, + reviewCount: "420", imageSrc: "https://img.b2bpic.net/free-photo/juicy-grilled-ribs_23-2148154562.jpg"}, ]} - title="Tasting Menu" - description="A seasonal exploration of texture and taste." + title="Our Menu" + description="Discover the rich flavours of our slow-cooked specialties." />
@@ -195,23 +114,12 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Do I need a reservation?", - content: "Yes, we highly recommend booking in advance to ensure availability.", - }, + id: "1", title: "Do you offer catering?", content: "Yes, we provide catering for events of all sizes. Contact us for a quote."}, { - id: "2", - title: "Do you offer dietary accommodations?", - content: "Yes, please notify us of any allergies upon booking.", - }, - { - id: "3", - title: "What is the dress code?", - content: "Smart elegant attire is appreciated for the dinner service.", - }, + id: "2", title: "Are your ingredients fresh?", content: "We source all of our meat and vegetables from local, sustainable farms."}, ]} - title="Planning Your Visit" - description="Essential information for your dining experience." + title="Frequently Asked" + description="Find answers to common questions about our BBQ." faqsAnimation="slide-up" />
@@ -221,40 +129,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Culinary Perspectives" - description="Insights into the inspiration behind our menu." - blogs={[ - { - id: "b1", - category: "Philosophy", - title: "The Art of Ingredients", - excerpt: "Exploring seasonal produce...", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-rolls-with-greens-tomatoes_140725-133262.jpg", - authorName: "A. Guida", - authorAvatar: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg", - date: "Oct 2024", - }, - { - id: "b2", - category: "Sommelier", - title: "The Wine Selection", - excerpt: "Crafting the perfect pairing...", - imageSrc: "http://img.b2bpic.net/free-photo/set-glasses-with-alcohol-table_23-2148245031.jpg", - authorName: "A. Guida", - authorAvatar: "http://img.b2bpic.net/free-photo/glasses-with-red-white-wine-stand-white-dinner-table_8353-1771.jpg", - date: "Sep 2024", - }, - { - id: "b3", - category: "Behind-the-scenes", - title: "Kitchen Alchemy", - excerpt: "Teamwork in the kitchen...", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865334.jpg", - authorName: "A. Guida", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-chefs-team-acting-funny-with-knives-restaurant-kitchen-making-joke-about-professional-cuisine-service-cheerful-man-woman-working-gourmet-meal-dish-with-culinary-recipe_482257-43535.jpg", - date: "Aug 2024", - }, - ]} + title="Pitmaster's Notes" + description="Insights into the art of smoking the perfect meat." + blogs={[]} /> @@ -262,11 +139,10 @@ export default function LandingPage() { @@ -274,36 +150,16 @@ export default function LandingPage() { ); -} +} \ No newline at end of file