From 6d8fefcb3bcb915e6783d4fde642fa551c587241 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:20:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2cb43a..142cb97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Menu", id: "products" }, + { name: "Braai Menu", id: "products" }, { name: "Events", id: "features" }, { name: "Contact", id: "contact" }, ]} @@ -96,12 +96,12 @@ export default function LandingPage() { { id: "p1", name: "Premium Beef Platter", price: "R250", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg" }, { id: "p2", name: "Signature Lamb Ribs", price: "R180", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738925.jpg" }, { id: "p3", name: "Char-Grilled Chicken", price: "R150", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4714.jpg" }, - { id: "p4", name: "House Gin & Tonic", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-long-drinks_23-2148673762.jpg" }, - { id: "p5", name: "Premium Red Wine", price: "R350", imageSrc: "http://img.b2bpic.net/free-photo/tasty-glass-red-wine-close-up_23-2148261643.jpg" }, - { id: "p6", name: "Craft Lager Selection", price: "R45", imageSrc: "http://img.b2bpic.net/free-photo/bartender-fills-beer-mug-from-beer-tap_140725-1992.jpg" } + { id: "p4", name: "Prime T-Bone Steak", price: "R320", imageSrc: "http://img.b2bpic.net/free-photo/t-bone-steak-wooden-board_144627-46636.jpg" }, + { id: "p5", name: "Traditional Boerewors", price: "R120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-boerewors-on-wooden-platter_140725-784.jpg" }, + { id: "p6", name: "Smoked Pork Chops", price: "R190", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chops-vegetables_144627-2856.jpg" } ]} - title="Our Signature Offerings" - description="From slow-cooked meats to curated spirits, discover your new favorite." + title="Our Signature Braai Selection" + description="Authentic, flame-grilled goodness. The finest cuts prepared the traditional way." /> @@ -182,7 +182,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { id: "q1", title: "Do I need a booking?", content: "Booking is recommended for events and large groups." }, - { id: "q2", title: "What kind of meats?", content: "We offer premium beef, lamb, and chicken grilled to perfection." }, + { id: "q2", title: "What kind of meats?", content: "We specialize in premium flame-grilled meats and traditional braai cuts." }, { id: "q3", title: "Can I host an event?", content: "Yes, we specialize in venue hire for private celebrations." } ]} imageSrc="http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg" @@ -206,7 +206,7 @@ export default function LandingPage() {