2 Commits

Author SHA1 Message Date
d6061a7d42 Update src/app/page.tsx 2026-04-07 19:58:06 +00:00
467246bcd5 Merge version_1 into main
Merge version_1 into main
2026-04-07 19:55:47 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Syrian Heaven" brandName="Syrian Heaven"
/> />
@@ -55,13 +47,9 @@ export default function LandingPage() {
description="Authentic Syrian Street Food. Fresh. Flavorful. Made with Heart." description="Authentic Syrian Street Food. Fresh. Flavorful. Made with Heart."
buttons={[ buttons={[
{ {
text: "Order Now", text: "Order Now", href: "#order"},
href: "#order",
},
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/side-view-chicken-doner-pita-bread-blackboard_141793-4823.jpg?_wi=1" 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" tag="Quality Assured"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "4.5", description: "Rating from 140+ Guests"},
value: "4.5",
description: "Rating from 140+ Guests",
},
{ {
id: "m2", id: "m2", value: "100%", description: "Authentic Ingredients"},
value: "100%",
description: "Authentic Ingredients",
},
{ {
id: "m3", id: "m3", value: "24/7", description: "Passionate Service"},
value: "24/7",
description: "Passionate Service",
},
]} ]}
/> />
</div> </div>
@@ -101,41 +80,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", 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"},
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", 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"},
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", id: "p3", name: "Zaatar Flatbread", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-jewish-food-arrangement_23-2148814478.jpg"},
name: "Zaatar Flatbread",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-jewish-food-arrangement_23-2148814478.jpg",
},
{ {
id: "p4", 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"},
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", 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"},
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", id: "p6", name: "Fresh Tea", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-tea_23-2147796699.jpg"},
name: "Fresh Tea",
price: "$3.99",
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-tea_23-2147796699.jpg",
},
]} ]}
title="Customer Favorites" title="Customer Favorites"
description="Freshly prepared with authentic spices and generous portions." description="Freshly prepared with authentic spices and generous portions."
@@ -149,47 +104,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Friendly Service", subtitle: "Welcoming and warm atmosphere", category: "Service", value: "High"},
title: "Friendly Service",
subtitle: "Welcoming and warm atmosphere",
category: "Service",
value: "High",
},
{ {
id: "f2", id: "f2", title: "Authentic Flavors", subtitle: "True Syrian recipes used daily", category: "Quality", value: "100%"},
title: "Authentic Flavors",
subtitle: "True Syrian recipes used daily",
category: "Quality",
value: "100%",
},
{ {
id: "f3", id: "f3", title: "Generous Portions", subtitle: "Great value for every hunger", category: "Value", value: "Top"},
title: "Generous Portions",
subtitle: "Great value for every hunger",
category: "Value",
value: "Top",
},
{ {
id: "f4", id: "f4", title: "Diverse Options", subtitle: "Vegetarian & vegan choices", category: "Menu", value: "Rich"},
title: "Diverse Options",
subtitle: "Vegetarian & vegan choices",
category: "Menu",
value: "Rich",
},
{ {
id: "f5", id: "f5", title: "Immaculate Space", subtitle: "Clean and comfortable seating", category: "Dining", value: "High"},
title: "Immaculate Space",
subtitle: "Clean and comfortable seating",
category: "Dining",
value: "High",
},
{ {
id: "f6", id: "f6", title: "Fast Delivery", subtitle: "Quick takeaway & delivery", category: "Speed", value: "Rapid"},
title: "Fast Delivery",
subtitle: "Quick takeaway & delivery",
category: "Speed",
value: "Rapid",
},
]} ]}
title="Why Guests Love Us" title="Why Guests Love Us"
description="Discover the passion behind every dish we serve at Syrian Heaven." description="Discover the passion behind every dish we serve at Syrian Heaven."
@@ -200,8 +125,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="Visit Us" tag="Visit Us"
title="Experience Syrian Heaven Today" title="Experience Syrian Heaven Today"
description="Dine in, takeaway, or order delivery your choice. Join us for a culinary journey." description="Dine in, takeaway, or order delivery your choice. Join us for a culinary journey."
@@ -213,53 +137,36 @@ export default function LandingPage() {
logoText="Syrian Heaven" logoText="Syrian Heaven"
columns={[ columns={[
{ {
title: "Location", title: "Standort", items: [
items: [
{ {
label: "Bahnhofsplatz 2, Hameln", label: "Bahnhofsplatz 2, Hameln", href: "#"},
href: "#",
},
{ {
label: "Open Daily 10:00 - 22:00", label: "Täglich geöffnet 10:00 - 22:00", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Resources", title: "Ressourcen", items: [
items: [
{ {
label: "Order Online", label: "Online bestellen", href: "#"},
href: "#",
},
{ {
label: "View Menu", label: "Speisekarte ansehen", href: "#"},
href: "#",
},
{ {
label: "Catering", label: "Catering", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Rechtliches", items: [
items: [
{ {
label: "Privacy Policy", label: "Datenschutz", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "AGB", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
copyrightText="© 2025 Syrian Heaven. All rights reserved." copyrightText="© 2025 Syrian Heaven. Alle Rechte vorbehalten."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }