Update src/app/page.tsx

This commit is contained in:
2026-05-30 03:19:00 +00:00
parent 9e5a0012e2
commit 21b55c04e6

View File

@@ -45,18 +45,18 @@ export default function LandingPage() {
<HeroBillboardGallery
title="Where East Meets West, Crafted Just 4u"
description="Experience a culinary journey blending authentic Iraqi heritage with contemporary Western flavors, all prepared with passion."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Order Online", href: "#booking" },
{ text: "Book a Table", href: "#booking" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg?_wi=1", imageAlt: "Chef grilling meat with smoke", videoSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-cook-cutting-celery-dark-table-salad-diet-meal-color-photo-food-health_179666-17881.jpg?_wi=1", imageAlt: "Fresh ingredients being prepared", videoSrc: "http://img.b2bpic.net/free-photo/top-view-male-cook-cutting-celery-dark-table-salad-diet-meal-color-photo-food-health_179666-17881.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383182.jpg?_wi=1", imageAlt: "Luxurious restaurant interior", videoSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383182.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/small-party-sandwiches-white-square-plate_114579-2171.jpg?_wi=1", imageAlt: "Beautifully plated gourmet dish", videoSrc: "http://img.b2bpic.net/free-photo/small-party-sandwiches-white-square-plate_114579-2171.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-bartender-hands-pouring-alcoholic-drink-professional-drink-making_482257-45305.jpg?_wi=1", imageAlt: "Bartender preparing a cocktail", videoSrc: "http://img.b2bpic.net/free-photo/closeup-bartender-hands-pouring-alcoholic-drink-professional-drink-making_482257-45305.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-pouring-seasoning-beef-stake-plate_417767-259.jpg?_wi=1", imageAlt: "Chef cooking on a stove with fire", videoSrc: "http://img.b2bpic.net/free-photo/chef-pouring-seasoning-beef-stake-plate_417767-259.jpg?_wi=2" }
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg", imageAlt: "Chef grilling meat with smoke", videoSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-cook-cutting-celery-dark-table-salad-diet-meal-color-photo-food-health_179666-17881.jpg", imageAlt: "Fresh ingredients being prepared", videoSrc: "http://img.b2bpic.net/free-photo/top-view-male-cook-cutting-celery-dark-table-salad-diet-meal-color-photo-food-health_179666-17881.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383182.jpg", imageAlt: "Luxurious restaurant interior", videoSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383182.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/small-party-sandwiches-white-square-plate_114579-2171.jpg", imageAlt: "Beautifully plated gourmet dish", videoSrc: "http://img.b2bpic.net/free-photo/small-party-sandwiches-white-square-plate_114579-2171.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-bartender-hands-pouring-alcoholic-drink-professional-drink-making_482257-45305.jpg", imageAlt: "Bartender preparing a cocktail", videoSrc: "http://img.b2bpic.net/free-photo/closeup-bartender-hands-pouring-alcoholic-drink-professional-drink-making_482257-45305.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-pouring-seasoning-beef-stake-plate_417767-259.jpg", imageAlt: "Chef cooking on a stove with fire", videoSrc: "http://img.b2bpic.net/free-photo/chef-pouring-seasoning-beef-stake-plate_417767-259.jpg" }
]}
mediaAnimation="slide-up"
/>
@@ -121,7 +121,6 @@ export default function LandingPage() {
icon={Star}
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-cook-cutting-green-celery-gourmet-kitchen-using-cutting-board-knife-slice-coleslaw-salad-woman-chef-with-uniform-preparing-ingredients-food-recipe_482257-46080.jpg"
imageAlt="Chefs preparing food in a bustling kitchen"
videoSrc=""
mediaAnimation="slide-up"
useInvertedBackground={true}
/>