diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6fe5790..0c3a08d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,13 +47,9 @@ export default function LandingPage() {
description="Authentic Syrian Street Food. Fresh. Flavorful. Made with Heart."
buttons={[
{
- text: "Order Now",
- href: "#order",
- },
+ text: "Order Now", href: "#order"},
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/side-view-chicken-doner-pita-bread-blackboard_141793-4823.jpg?_wi=1"
@@ -75,20 +63,11 @@ export default function LandingPage() {
tag="Quality Assured"
metrics={[
{
- id: "m1",
- value: "4.5",
- description: "Rating from 140+ Guests",
- },
+ id: "m1", value: "4.5", description: "Rating from 140+ Guests"},
{
- id: "m2",
- value: "100%",
- description: "Authentic Ingredients",
- },
+ id: "m2", value: "100%", description: "Authentic Ingredients"},
{
- id: "m3",
- value: "24/7",
- description: "Passionate Service",
- },
+ id: "m3", value: "24/7", description: "Passionate Service"},
]}
/>
@@ -101,41 +80,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Shawarma Plate",
- price: "$12.99",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-lavash-rice-wooden-tray_140725-1060.jpg",
- },
+ id: "p1", name: "Shawarma Plate", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-lavash-rice-wooden-tray_140725-1060.jpg"},
{
- id: "p2",
- name: "Crispy Double Shawarma",
- price: "$14.99",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-pita-bread-blackboard_141793-4823.jpg?_wi=2",
- },
+ id: "p2", name: "Crispy Double Shawarma", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-pita-bread-blackboard_141793-4823.jpg?_wi=2"},
{
- id: "p3",
- name: "Zaatar Flatbread",
- price: "$8.99",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-jewish-food-arrangement_23-2148814478.jpg",
- },
+ id: "p3", name: "Zaatar Flatbread", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-jewish-food-arrangement_23-2148814478.jpg"},
{
- id: "p4",
- name: "Chicken Durum",
- price: "$11.99",
- imageSrc: "http://img.b2bpic.net/free-photo/roll-salad-lavash-bread-lettuce-leaf-served-with-tomato-paste_114579-8637.jpg",
- },
+ id: "p4", name: "Chicken Durum", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/roll-salad-lavash-bread-lettuce-leaf-served-with-tomato-paste_114579-8637.jpg"},
{
- id: "p5",
- name: "Fries & Sides",
- price: "$5.99",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-hummus-plate-still-life_23-2149595638.jpg",
- },
+ id: "p5", name: "Fries & Sides", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-hummus-plate-still-life_23-2149595638.jpg"},
{
- id: "p6",
- name: "Fresh Tea",
- price: "$3.99",
- imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-tea_23-2147796699.jpg",
- },
+ id: "p6", name: "Fresh Tea", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-tea_23-2147796699.jpg"},
]}
title="Customer Favorites"
description="Freshly prepared with authentic spices and generous portions."
@@ -149,47 +104,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Friendly Service",
- subtitle: "Welcoming and warm atmosphere",
- category: "Service",
- value: "High",
- },
+ id: "f1", title: "Friendly Service", subtitle: "Welcoming and warm atmosphere", category: "Service", value: "High"},
{
- id: "f2",
- title: "Authentic Flavors",
- subtitle: "True Syrian recipes used daily",
- category: "Quality",
- value: "100%",
- },
+ id: "f2", title: "Authentic Flavors", subtitle: "True Syrian recipes used daily", category: "Quality", value: "100%"},
{
- id: "f3",
- title: "Generous Portions",
- subtitle: "Great value for every hunger",
- category: "Value",
- value: "Top",
- },
+ id: "f3", title: "Generous Portions", subtitle: "Great value for every hunger", category: "Value", value: "Top"},
{
- id: "f4",
- title: "Diverse Options",
- subtitle: "Vegetarian & vegan choices",
- category: "Menu",
- value: "Rich",
- },
+ id: "f4", title: "Diverse Options", subtitle: "Vegetarian & vegan choices", category: "Menu", value: "Rich"},
{
- id: "f5",
- title: "Immaculate Space",
- subtitle: "Clean and comfortable seating",
- category: "Dining",
- value: "High",
- },
+ id: "f5", title: "Immaculate Space", subtitle: "Clean and comfortable seating", category: "Dining", value: "High"},
{
- id: "f6",
- title: "Fast Delivery",
- subtitle: "Quick takeaway & delivery",
- category: "Speed",
- value: "Rapid",
- },
+ id: "f6", title: "Fast Delivery", subtitle: "Quick takeaway & delivery", category: "Speed", value: "Rapid"},
]}
title="Why Guests Love Us"
description="Discover the passion behind every dish we serve at Syrian Heaven."
@@ -200,8 +125,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file