diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8afd802..e258694 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,135 +31,80 @@ export default function LandingPage() {
@@ -172,41 +117,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Zinger Crepe",
- price: "E£85",
- imageSrc: "http://img.b2bpic.net/free-photo/view-dinner-background-with-delicious-pancakes-honey-chocolate-raspberry-notebook-black-background_140725-138914.jpg",
- },
+ id: "p1", name: "Zinger Crepe", price: "E£85", imageSrc: "http://img.b2bpic.net/free-photo/view-dinner-background-with-delicious-pancakes-honey-chocolate-raspberry-notebook-black-background_140725-138914.jpg"},
{
- id: "p2",
- name: "Crispy Chicken Combo",
- price: "E£95",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-homemade-colombian-hamburger-table_181624-32903.jpg",
- },
+ id: "p2", name: "Crispy Chicken Combo", price: "E£95", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-homemade-colombian-hamburger-table_181624-32903.jpg"},
{
- id: "p3",
- name: "Classic Loaded Burger",
- price: "E£75",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bacon-burger-with-salad_23-2148784486.jpg",
- },
+ id: "p3", name: "Classic Loaded Burger", price: "E£75", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bacon-burger-with-salad_23-2148784486.jpg"},
{
- id: "p4",
- name: "Pepperoni Feast Pizza",
- price: "E£99",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg",
- },
+ id: "p4", name: "Pepperoni Feast Pizza", price: "E£99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg"},
{
- id: "p5",
- name: "Buffalo Wings",
- price: "E£65",
- imageSrc: "http://img.b2bpic.net/free-photo/croissant-filled-with-meat-vegetables_141793-1158.jpg",
- },
+ id: "p5", name: "Buffalo Wings", price: "E£65", imageSrc: "http://img.b2bpic.net/free-photo/croissant-filled-with-meat-vegetables_141793-1158.jpg"},
{
- id: "p6",
- name: "Signature Shawarma Box",
- price: "E£90",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-pancake-with-cottage-cheese-cherries_1153-3483.jpg",
- },
+ id: "p6", name: "Signature Shawarma Box", price: "E£90", imageSrc: "http://img.b2bpic.net/free-photo/plate-pancake-with-cottage-cheese-cherries_1153-3483.jpg"},
]}
title="Signature Items"
description="Indulgent flavors that keep Cairo hungry."
@@ -215,30 +136,16 @@ export default function LandingPage() {
@@ -271,25 +171,15 @@ export default function LandingPage() {
author="Ahmed M."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-holding-plate-with-fresh-fruits-light-pink-wall_140725-42922.jpg",
- alt: "Customer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-holding-plate-with-fresh-fruits-light-pink-wall_140725-42922.jpg", alt: "Customer 1"},
{
- src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
- alt: "Customer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Customer 2"},
{
- src: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-bed_23-2147667254.jpg",
- alt: "Customer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-bed_23-2147667254.jpg", alt: "Customer 3"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-fashion-model-woman-wear-green-top-black-shiny-wet-look-pants-posed-against-arch-tonnel_627829-4680.jpg",
- alt: "Customer 4",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-fashion-model-woman-wear-green-top-black-shiny-wet-look-pants-posed-against-arch-tonnel_627829-4680.jpg", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg",
- alt: "Customer 5",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", alt: "Customer 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -301,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "What are your hours?",
- content: "We are open until 4:00 AM daily.",
- },
+ id: "f1", title: "What are your hours?", content: "We are open until 4:00 AM daily."},
{
- id: "f2",
- title: "Do you deliver?",
- content: "Yes, we provide fast delivery across Maadi.",
- },
+ id: "f2", title: "Do you deliver?", content: "Yes, we provide fast delivery across Maadi."},
{
- id: "f3",
- title: "Where are you located?",
- content: "27 Ahmed Zaki, Ezbet Nafie, Maadi, Cairo.",
- },
+ id: "f3", title: "Where are you located?", content: "27 Ahmed Zaki, Ezbet Nafie, Maadi, Cairo."},
]}
sideTitle="Hungry? Ask Away."
faqsAnimation="slide-up"
@@ -325,20 +206,15 @@ export default function LandingPage() {
@@ -349,46 +225,29 @@ export default function LandingPage() {
logoText="KWINGEZ"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Burgers",
- href: "#menu",
- },
+ label: "Burgers", href: "#menu"},
{
- label: "Pizza",
- href: "#menu",
- },
+ label: "Pizza", href: "#menu"},
{
- label: "Crepes",
- href: "#menu",
- },
+ label: "Crepes", href: "#menu"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Delivery Info",
- href: "#",
- },
+ label: "Delivery Info", href: "#"},
],
},
]}