diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3f48d0d..e60bbdc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,72 +31,45 @@ export default function LandingPage() {
@@ -109,41 +82,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Full House Gatsby",
- price: "R180",
- imageSrc: "http://img.b2bpic.net/free-photo/breakfast-sandwich-made-with-bread-fried-egg-ham-lettuce_1150-25690.jpg",
- },
+ id: "p1", name: "Full House Gatsby", price: "R180", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-sandwich-made-with-bread-fried-egg-ham-lettuce_1150-25690.jpg"},
{
- id: "p2",
- name: "Masala Steak Gatsby",
- price: "R165",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-sandwich-ciabatta-with-salad-generated-by-ai_188544-21369.jpg",
- },
+ id: "p2", name: "Masala Steak Gatsby", price: "R165", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-sandwich-ciabatta-with-salad-generated-by-ai_188544-21369.jpg"},
{
- id: "p3",
- name: "Polony Gatsby",
- price: "R120",
- imageSrc: "http://img.b2bpic.net/free-photo/bread-with-ham-herbs-black-plate-wooden-table_613910-9166.jpg",
- },
+ id: "p3", name: "Polony Gatsby", price: "R120", imageSrc: "http://img.b2bpic.net/free-photo/bread-with-ham-herbs-black-plate-wooden-table_613910-9166.jpg"},
{
- id: "p4",
- name: "Crispy Samosas",
- price: "R40",
- imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2830.jpg",
- },
+ id: "p4", name: "Crispy Samosas", price: "R40", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2830.jpg"},
{
- id: "p5",
- name: "Spicy Salomie",
- price: "R55",
- imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-top-view_23-2148651104.jpg",
- },
+ id: "p5", name: "Spicy Salomie", price: "R55", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-top-view_23-2148651104.jpg"},
{
- id: "p6",
- name: "Chicken Gatsby",
- price: "R150",
- imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-4151.jpg",
- },
+ id: "p6", name: "Chicken Gatsby", price: "R150", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-4151.jpg"},
]}
title="Our Signature Dishes"
description="Taste the legendary tradition in every bite."
@@ -152,44 +101,20 @@ export default function LandingPage() {
@@ -228,38 +147,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Fresh Ingredients",
- author: "Kitchen Team",
- description: "Sourced daily for maximum flavour.",
- tags: [
- "Fresh",
- "Quality",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646224.jpg",
- },
+ id: "f1", title: "Fresh Ingredients", author: "Kitchen Team", description: "Sourced daily for maximum flavour.", tags: [
+ "Fresh", "Quality"],
+ imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646224.jpg"},
{
- id: "f2",
- title: "Authentic Recipes",
- author: "Management",
- description: "Time-tested recipes handed down through generations.",
- tags: [
- "Authentic",
- "Legacy",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/sliced-ripe-unripe-tomatoes-crispy-breads-cutting-board-marble-background_114579-59651.jpg",
- },
+ id: "f2", title: "Authentic Recipes", author: "Management", description: "Time-tested recipes handed down through generations.", tags: [
+ "Authentic", "Legacy"],
+ imageSrc: "http://img.b2bpic.net/free-photo/sliced-ripe-unripe-tomatoes-crispy-breads-cutting-board-marble-background_114579-59651.jpg"},
{
- id: "f3",
- title: "Prepared with Care",
- author: "Chef Staff",
- description: "Strict quality control protocols in our kitchen.",
- tags: [
- "Reliable",
- "Hygiene",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14214.jpg",
- },
+ id: "f3", title: "Prepared with Care", author: "Chef Staff", description: "Strict quality control protocols in our kitchen.", tags: [
+ "Reliable", "Hygiene"],
+ imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14214.jpg"},
]}
title="Our Quality Promise"
description="We are dedicated to consistency and freshness in every order."
@@ -270,18 +168,13 @@ export default function LandingPage() {
@@ -290,13 +183,9 @@ export default function LandingPage() {