4 Commits

Author SHA1 Message Date
e021c9fb0a Update src/app/page.tsx 2026-05-16 20:35:37 +00:00
c06c14f308 Merge version_2 into main
Merge version_2 into main
2026-05-16 20:34:08 +00:00
465093b9ae Update src/app/page.tsx 2026-05-16 20:34:05 +00:00
9f6efcd8b2 Merge version_1 into main
Merge version_1 into main
2026-05-16 20:08:06 +00:00

View File

@@ -130,17 +130,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Premium Mixed Grill", price: "AED 120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-sauteed-mixed-vegetables-oil-sauce_114579-2530.jpg"},
id: "p1", name: "Premium Mixed Grill", price: "AED 120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-sauteed-mixed-vegetables-oil-sauce_114579-2530.jpg?w=800&h=800&fit=crop"},
{
id: "p2", name: "Damascene Shawarma", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-cutlets-with-corns-bread-loafs-seasonings-green-desk-meat-meal-food-vegetables-cooking_140725-64820.jpg"},
id: "p2", name: "Damascene Shawarma", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-cutlets-with-corns-bread-loafs-seasonings-green-desk-meat-meal-food-vegetables-cooking_140725-64820.jpg?w=800&h=800&fit=crop"},
{
id: "p3", name: "Authentic Hummus Plate", price: "AED 35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-with-sliced-potatoes-onions-herbs-sprinkled-with-sumac_141793-3978.jpg"},
id: "p3", name: "Authentic Hummus Plate", price: "AED 35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-with-sliced-potatoes-onions-herbs-sprinkled-with-sumac_141793-3978.jpg?w=800&h=800&fit=crop"},
{
id: "p4", name: "Chef's Special Soup", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-lettuce-tomatoes-corn-orange-grapefruit-pomegranate-cream-1_140725-8791.jpg"},
id: "p4", name: "Chef's Special Soup", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-lettuce-tomatoes-corn-orange-grapefruit-pomegranate-cream-1_140725-8791.jpg?w=800&h=800&fit=crop"},
{
id: "p5", name: "Traditional Baklava", price: "AED 40", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-meal-high-angle_23-2148825085.jpg"},
id: "p5", name: "Traditional Baklava", price: "AED 40", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-meal-high-angle_23-2148825085.jpg?w=800&h=800&fit=crop"},
{
id: "p6", name: "Levantine Tea Service", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-pouring-tea_23-2147796717.jpg"},
id: "p6", name: "Levantine Tea Service", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-pouring-tea_23-2147796717.jpg?w=800&h=800&fit=crop"},
]}
title="Our Signature Creations"
description="From slow-roasted shawarma to delicate Damascene mezze, explore our authentic culinary collection."
@@ -260,12 +260,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Visit Us"
title="Reserve Your Table"
description="Experience Nabe Aldiyafa today. Located in the heart of Abu Dhabi."
tag="Contact Us"
title="Reserve Your Culinary Journey"
description="We invite you to experience the authentic artistry of Syrian cuisine. Secure your table for an unforgettable evening in the heart of Abu Dhabi."
imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636382.jpg"
mediaAnimation="opacity"
buttonText="WhatsApp Reserve"
buttonText="Reserve Table"
/>
</div>
@@ -274,33 +274,35 @@ export default function LandingPage() {
logoText="Nabe Aldiyafa"
columns={[
{
title: "Navigate", items: [
title: "Explore", items: [
{
label: "Home", href: "#hero"},
label: "The Story", href: "#about"},
{
label: "Menu", href: "#menu"},
label: "Our Menu", href: "#menu"},
{
label: "Gallery", href: "#gallery"},
label: "Signature Dishes", href: "#gallery"},
],
},
{
title: "Follow", items: [
title: "Stay Connected", items: [
{
label: "Instagram", href: "#"},
{
label: "Facebook", href: "#"},
{
label: "Newsletter", href: "#"},
],
},
{
title: "Contact", items: [
title: "Reservations", items: [
{
label: "WhatsApp", href: "https://wa.me/yournumber"},
label: "WhatsApp Concierge", href: "https://wa.me/yournumber"},
{
label: "Location", href: "https://maps.google.com"},
label: "Find Us", href: "https://maps.google.com"},
],
},
]}
copyrightText="© 2025 Nabe Aldiyafa Restaurant. All rights reserved."
copyrightText="© 2025 Nabe Aldiyafa. All rights reserved. Heritage redefined."
/>
</div>
</ReactLenis>