diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c2517..27363aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,35 +22,20 @@ export default function LandingPage() { contentWidth="compact" sizing="largeSmallSizeMediumTitles" background="noise" - cardStyle="soft-shadow" - primaryButtonStyle="gradient" - secondaryButtonStyle="layered" - headingFontWeight="extrabold" + cardStyle="outline" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="semibold" > @@ -138,45 +93,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Aged Wagyu Steak", - price: "R450", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg", - }, - { - id: "p2", - name: "Pan-Seared Salmon", - price: "R380", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-rib-steak-with-garlic-cinnamon-ax-stand_141793-12212.jpg", - }, - { - id: "p3", - name: "Artisanal Dessert Platter", - price: "R150", - imageSrc: "http://img.b2bpic.net/free-photo/russian-salad-with-orange-juice_140725-3686.jpg", - }, - { - id: "p4", - name: "Truffle Infused Risotto", - price: "R320", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-alcohol-drink-garnished-with-lemon-skin-martini-glass_140725-667.jpg", - }, - { - id: "p5", - name: "Smoked Duck Breast", - price: "R410", - imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg", - }, - { - id: "p6", - name: "Seared Scallops", - price: "R290", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg", - }, + { id: "p1", name: "Signature Wagyu Steak", price: "R450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg" }, + { id: "p2", name: "Pan-Seared Fresh Salmon", price: "R380", imageSrc: "http://img.b2bpic.net/free-photo/front-view-rib-steak-with-garlic-cinnamon-ax-stand_141793-12212.jpg" }, + { id: "p3", name: "Artisanal Sweet Platter", price: "R150", imageSrc: "http://img.b2bpic.net/free-photo/russian-salad-with-orange-juice_140725-3686.jpg" }, ]} - title="Our Signature Selection" - description="Experience our curated selection of fine dining offerings designed to inspire." + title="Community Menu" + description="Locally inspired dishes, meticulously curated for the perfect dining experience." /> @@ -186,36 +108,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15+", - title: "Years of Tradition", - items: [ - "Legacy", - "Reputation", - ], - }, - { - id: "m2", - value: "50+", - title: "Menu Classics", - items: [ - "Signature", - "Curated", - ], - }, - { - id: "m3", - value: "5k+", - title: "Happy Guests", - items: [ - "Exclusivity", - "Quality", - ], - }, + { id: "m1", value: "15+", title: "Years Serving", items: ["Heritage", "Consistency"] }, + { id: "m2", value: "50+", title: "Original Dishes", items: ["Crafted", "Local"] }, + { id: "m3", value: "5k+", title: "Happy Guests", items: ["Community", "Trust"] }, ]} - title="A Legacy of Excellence" - description="Redefining the standards of fine dining within Brakpan." + title="Our Journey" + description="A dedicated space for the community." /> @@ -226,49 +124,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah Jenkins", - role: "Corporate Executive", - company: "Brakpan Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", - }, - { - id: "t2", - name: "Mark Thornton", - role: "Local Entreprenuer", - company: "Community Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg", - }, - { - id: "t3", - name: "Emma Watson", - role: "Designer", - company: "Creative Arts", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", - }, - { - id: "t4", - name: "Liam Bennett", - role: "Manager", - company: "Local Agency", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg", - }, - { - id: "t5", - name: "Chloe Smith", - role: "Marketing Lead", - company: "Growth Partners", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-guy-sitting-bar-counter_23-2148016837.jpg", - }, + { id: "t1", name: "Sarah Jenkins", role: "Local Business Owner", company: "Brakpan Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg" }, + { id: "t2", name: "Mark Thornton", role: "Regular Patron", company: "Community Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg" }, + { id: "t3", name: "Emma Watson", role: "Creative Lead", company: "Local Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" }, ]} - title="Voices of Distinction" - description="What our guests say about their experience at Sazbar." + title="Community Voices" + description="Hear from our neighbors and long-time guests." /> @@ -277,24 +138,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you require reservations?", - content: "Yes, we highly recommend booking in advance, especially for weekend dinner service.", - }, - { - id: "q2", - title: "Is there a dress code?", - content: "We maintain a smart-casual to formal dress code to respect the atmosphere.", - }, - { - id: "q3", - title: "Can you host private events?", - content: "Absolutely. We offer dedicated private spaces for corporate and social functions.", - }, + { id: "q1", title: "Do I need to book?", content: "Reservations are recommended to ensure your table at our bustling township spot." }, + { id: "q2", title: "What is the dress code?", content: "Dress comfortably, but feel free to dress up for your special occasions." }, ]} - title="Guest Information" - description="Frequently asked questions to help plan your visit." + title="FAQ" + description="Information for your visit." faqsAnimation="slide-up" /> @@ -302,18 +150,11 @@ export default function LandingPage() {
@@ -321,47 +162,11 @@ export default function LandingPage() {