diff --git a/src/app/page.tsx b/src/app/page.tsx
index df8131a..4eac328 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,65 +44,27 @@ export default function LandingPage() {
@@ -142,42 +89,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Chicken Schnitzel",
- price: "R185",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6093.jpg",
- },
- {
- id: "p2",
- name: "Craft Burger",
- price: "R160",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-eggs-vegetables-inside-round-plate_140725-11604.jpg",
- },
- {
- id: "p3",
- name: "Fresh Garden Salad",
- price: "R120",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-onions-feta-cheese_1220-323.jpg",
- },
- {
- id: "p4",
- name: "Full Breakfast",
- price: "R140",
- imageSrc: "http://img.b2bpic.net/free-photo/sliced-poached-egg-tomato-crisp-bread_140725-7059.jpg",
- },
- {
- id: "p5",
- name: "Cheesecake Slice",
- price: "R85",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg",
- },
- {
- id: "p6",
- name: "Single Origin Coffee",
- price: "R35",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-while-using-cellphone_23-2148209306.jpg",
- },
+ { id: "p1", name: "Chicken Schnitzel", price: "R185", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6093.jpg" },
+ { id: "p2", name: "Craft Burger", price: "R160", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-eggs-vegetables-inside-round-plate_140725-11604.jpg" },
+ { id: "p3", name: "Fresh Garden Salad", price: "R120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-onions-feta-cheese_1220-323.jpg" },
+ { id: "p4", name: "Full Breakfast", price: "R140", imageSrc: "http://img.b2bpic.net/free-photo/sliced-poached-egg-tomato-crisp-bread_140725-7059.jpg" },
+ { id: "p5", name: "Cheesecake Slice", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg" },
+ { id: "p6", name: "Single Origin Coffee", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-while-using-cellphone_23-2148209306.jpg" }
]}
title="Menu Highlights"
description="From hearty schnitzels to curated coffee blends, explore our selection."
@@ -188,23 +105,12 @@ export default function LandingPage() {
@@ -287,21 +150,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Are you pet-friendly?",
- content: "Yes, we have a lovely outdoor seating area perfect for furry friends.",
- },
- {
- id: "f2",
- title: "Do you offer vegan options?",
- content: "Absolutely! Our menu includes a variety of plant-based dishes.",
- },
- {
- id: "f3",
- title: "Can I reserve for large groups?",
- content: "Yes, please call us in advance to accommodate your group.",
- },
+ { id: "f1", title: "Are you pet-friendly?", content: "Yes, we have a lovely outdoor seating area perfect for furry friends." },
+ { id: "f2", title: "Do you offer vegan options?", content: "Absolutely! Our menu includes a variety of plant-based dishes." },
+ { id: "f3", title: "Can I reserve for large groups?", content: "Yes, please call us in advance to accommodate your group." }
]}
title="Common Questions"
faqsAnimation="slide-up"
@@ -312,19 +163,11 @@ export default function LandingPage() {
@@ -333,32 +176,8 @@ export default function LandingPage() {