Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-14 09:25:59 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "specialties",
},
name: "Menu", id: "specialties"},
{
name: "Experience",
id: "experience",
},
name: "Experience", id: "experience"},
{
name: "Location",
id: "location",
},
name: "Location", id: "location"},
]}
brandName="Dubai Mangal"
/>
@@ -52,42 +44,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Taste the Fire of Authentic Turkish Grill"
description="An unforgettable dining experience in the heart of Taraz. Premium meats, rich flavors, and a luxurious atmosphere."
tag="PREMIUM DINING"
buttons={[
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
{
text: "View Menu",
href: "#specialties",
},
text: "View Menu", href: "#specialties"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-skewer-tray-with-red-pepper_23-2148699100.jpg",
imageAlt: "Chef grilling meat over open fire",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-skewer-tray-with-red-pepper_23-2148699100.jpg", imageAlt: "Chef grilling meat over open fire"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-chorizo-composition_23-2148980308.jpg",
imageAlt: "Fire cooking process",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spicy-grilled-kebab-skewer-with-vegetables-smoke_84443-82602.jpg",
imageAlt: "Spicy Grilled Kebab Skewer with Vegetables and Smoke",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535304.jpg",
imageAlt: "Street food still life",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bbq-skewers-grilling-hot-charcoal_84443-72306.jpg",
imageAlt: "Delicious BBQ Skewers Grilling Over Hot Charcoal",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-chorizo-composition_23-2148980308.jpg", imageAlt: "Fire cooking process"}
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -103,47 +74,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Shashlik Selection",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg",
imageAlt: "Shashlik",
},
id: "p1", name: "Shashlik Selection", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", imageAlt: "Shashlik"},
{
id: "p2",
name: "Ribeye Steak",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg",
imageAlt: "Ribeye",
},
id: "p2", name: "Ribeye Steak", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg", imageAlt: "Ribeye"},
{
id: "p3",
name: "Turkish Breakfast",
price: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-plate-with-breakfast-food-fresh-vegetable-salad-cheese-honey-fried-eggs-sausages-served-with-tea-desert_140725-12125.jpg",
imageAlt: "Breakfast",
},
id: "p3", name: "Turkish Breakfast", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-plate-with-breakfast-food-fresh-vegetable-salad-cheese-honey-fried-eggs-sausages-served-with-tea-desert_140725-12125.jpg", imageAlt: "Breakfast"},
{
id: "p4",
name: "Lamb Chops",
price: "Market",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg",
imageAlt: "Lamb Chops",
},
id: "p4", name: "Lamb Chops", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg", imageAlt: "Lamb Chops"},
{
id: "p5",
name: "Mixed Grill",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-fried-potatoe-mushroom-sauce_140725-5429.jpg",
imageAlt: "Mixed Grill",
},
id: "p5", name: "Mixed Grill", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-fried-potatoe-mushroom-sauce_140725-5429.jpg", imageAlt: "Mixed Grill"},
{
id: "p6",
name: "Kebab Special",
price: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-various-food-black-tea_140725-1714.jpg",
imageAlt: "Kebab",
},
id: "p6", name: "Kebab Special", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-various-food-black-tea_140725-1714.jpg", imageAlt: "Kebab"},
]}
title="Our Specialties"
description="The finest selection of meats prepared using traditional fire-grill techniques."
@@ -156,9 +97,7 @@ export default function LandingPage() {
title="More Than Just Food"
buttons={[
{
text: "About Us",
href: "#",
},
text: "About Us", href: "#"},
]}
/>
</div>
@@ -171,23 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fast Delivery",
description: "Hot and fresh to your door.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-pack_23-2149182235.jpg",
imageAlt: "Fast delivery",
},
title: "Fast Delivery", description: "Hot and fresh to your door.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-pack_23-2149182235.jpg", imageAlt: "Fast delivery"},
{
title: "Easy Takeaway",
description: "Order and collect in minutes.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-pizza-boxes-coffee-cups_140725-22264.jpg",
imageAlt: "Takeaway",
},
title: "Easy Takeaway", description: "Order and collect in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-black-gloves-black-mask-holding-pizza-boxes-coffee-cups_140725-22264.jpg", imageAlt: "Takeaway"},
{
title: "Online Orders",
description: "Simple and secure checkout.",
imageSrc: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg",
imageAlt: "Online ordering",
},
title: "Online Orders", description: "Simple and secure checkout.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg", imageAlt: "Online ordering"},
]}
title="Enjoy Dubai Mangal Anywhere"
description="Experience our authentic grill from the comfort of your home."
@@ -198,18 +125,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready for a Premium Dining Experience? Reserve your table now and enjoy the best of Turkish cuisine in Taraz."
buttons={[
{
text: "Book Now",
href: "tel:+123456789",
},
text: "Book Now", href: "tel:+123456789"},
{
text: "Call Restaurant",
href: "tel:+123456789",
},
text: "Call Restaurant", href: "tel:+123456789"},
]}
/>
</div>
@@ -219,29 +141,19 @@ export default function LandingPage() {
logoText="Dubai Mangal"
columns={[
{
title: "Info",
items: [
title: "Info", items: [
{
label: "Al-Farabi Street 4, Taraz",
href: "#",
},
label: "Al-Farabi Street 4, Taraz", href: "#"},
{
label: "Open Daily until 1 AM",
href: "#",
},
label: "Open Daily until 1 AM", href: "#"},
],
},
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Menu",
href: "#specialties",
},
label: "Menu", href: "#specialties"},
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
],
},
]}