Update src/app/page.tsx

This commit is contained in:
2026-03-09 14:23:23 +00:00
parent 15fc9d9415
commit 79bdb9665f

View File

@@ -46,23 +46,23 @@ export default function LandingPage() {
background={{ variant: "aurora" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Restaurant dining ambiance"},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=1", imageAlt: "Restaurant dining ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", imageAlt: "Gourmet food presentation"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1", imageAlt: "Gourmet food presentation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Welcoming restaurant staff"},
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=1", imageAlt: "Welcoming restaurant staff"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg", imageAlt: "Mall of Egypt location"},
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg?_wi=1", imageAlt: "Mall of Egypt location"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", imageAlt: "Premium dining experience"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=2", imageAlt: "Premium dining experience"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Elegant restaurant setting"},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=2", imageAlt: "Elegant restaurant setting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Professional service team"},
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=2", imageAlt: "Professional service team"},
{
imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg", imageAlt: "Citystars location"},
imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg?_wi=1", imageAlt: "Citystars location"},
]}
buttons={[
{ text: "Make a Reservation", href: "contact" },
@@ -82,7 +82,7 @@ export default function LandingPage() {
description="Restaurant Team"
subdescription="Committed to Excellence"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg"
imageSrc="http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=3"
imageAlt="Our dedicated restaurant team"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -120,9 +120,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Mall of Egypt", description: "6th of October City - Our flagship location with spacious dining and full service facilities", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg", imageAlt: "Mall of Egypt location"},
id: "1", title: "Mall of Egypt", description: "6th of October City - Our flagship location with spacious dining and full service facilities", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg?_wi=2", imageAlt: "Mall of Egypt location"},
{
id: "2", title: "Citystars Nasr City", description: "Cairo - Conveniently located in the heart of Nasr City for easy access", imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg", imageAlt: "Citystars Nasr City location"},
id: "2", title: "Citystars Nasr City", description: "Cairo - Conveniently located in the heart of Nasr City for easy access", imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg?_wi=2", imageAlt: "Citystars Nasr City location"},
{
id: "3", title: "Cairo Festival City", description: "New Cairo - Premium location offering a refined dining experience", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5039.jpg", imageAlt: "Cairo Festival City location"},
]}