From a9817f5e2c37debad6ed3f028ebbac18fa29e607 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:42:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80c719e..656a656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} -- 2.49.1