Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-21 21:43:03 +00:00

View File

@@ -52,8 +52,8 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+96699999999" }
]}
buttonAnimation="slide-up"
background="gradient-bars"
imageSrc="http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg?_wi=1"
background={{ variant: "gradient-bars" }}
imageSrc="http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg"
imageAlt="Al Ahmadi Restaurant Elegant Interior"
mediaAnimation="slide-up"
imagePosition="right"
@@ -97,20 +97,20 @@ export default function LandingPage() {
{
id: 1,
title: "Dine-In Experience", description: "Elegant indoor seating with professional table service. Reserve your preferred table and enjoy an ambiance crafted for comfort and celebration.", buttons: [],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg?_wi=1" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg" }
},
{
id: 2,
title: "Takeaway & Delivery", description: "Quick, hygienic takeaway service with no-contact delivery options. Fresh, hot meals delivered directly to your door with our reliable logistics.", buttons: [],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/sunday-brunch-food-restaurant-landing-page-template_23-2148754379.jpg?_wi=1" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/sunday-brunch-food-restaurant-landing-page-template_23-2148754379.jpg" }
},
{
id: 3,
title: "Catering & Events", description: "Bespoke catering for corporate events, weddings, and private celebrations. Customized menus, professional service, and flexible venue options available.", buttons: [],
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg?_wi=2" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/relaxing-couple-enjoying-dinner-cafe_23-2147735747.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg" }
}
]}
showStepNumbers={true}
@@ -137,11 +137,11 @@ export default function LandingPage() {
},
{
id: "dish-2", brand: "Main Courses", name: "Premium Lamb Tandoori", price: "Call for Details", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", imageAlt: "Premium Lamb Tandoori"
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", imageAlt: "Premium Lamb Tandoori"
},
{
id: "dish-3", brand: "Desserts", name: "Royal Date & Nut Baklava", price: "Call for Details", rating: 5,
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-vector/sunday-brunch-food-restaurant-landing-page-template_23-2148754379.jpg?_wi=2", imageAlt: "Royal Date and Nut Baklava"
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-vector/sunday-brunch-food-restaurant-landing-page-template_23-2148754379.jpg", imageAlt: "Royal Date and Nut Baklava"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -173,7 +173,7 @@ export default function LandingPage() {
id: "metric-4", value: "50+", title: "Menu Items", description: "Diverse cuisine options for every palate and preference", icon: Utensils
}
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}