Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-31 17:12:55 +00:00

View File

@@ -58,53 +58,53 @@ export default function LandingPage() {
description="Canvas Restaurant brings you an exquisite fusion experience in Mexico, Addis Ababa. Discover fine dining where every plate is a masterpiece of taste and tradition."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg?_wi=1",
imageAlt: "Canvas Restaurant Interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-smoked-salmon-salad-with-arugula-dill-restaurant_140725-10815.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-smoked-salmon-salad-with-arugula-dill-restaurant_140725-10815.jpg?_wi=1",
imageAlt: "Gourmet Dish 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5036.jpg?_wi=1",
imageAlt: "Gourmet Dish 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/meatball-sauce-topped-with-greenery_140725-1813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meatball-sauce-topped-with-greenery_140725-1813.jpg?_wi=1",
imageAlt: "Gourmet Dish 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pastry-chef-standing-orange-cake_23-2148696228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pastry-chef-standing-orange-cake_23-2148696228.jpg?_wi=1",
imageAlt: "Head Chef",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg?_wi=2",
imageAlt: "Canvas Restaurant Atmosphere",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg?_wi=3",
imageAlt: "Canvas Restaurant Interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-smoked-salmon-salad-with-arugula-dill-restaurant_140725-10815.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-smoked-salmon-salad-with-arugula-dill-restaurant_140725-10815.jpg?_wi=2",
imageAlt: "Gourmet Dish 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5036.jpg?_wi=2",
imageAlt: "Gourmet Dish 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/meatball-sauce-topped-with-greenery_140725-1813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meatball-sauce-topped-with-greenery_140725-1813.jpg?_wi=2",
imageAlt: "Gourmet Dish 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pastry-chef-standing-orange-cake_23-2148696228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pastry-chef-standing-orange-cake_23-2148696228.jpg?_wi=2",
imageAlt: "Head Chef",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629586.jpg?_wi=4",
imageAlt: "Canvas Restaurant Atmosphere",
},
]}
@@ -187,7 +187,7 @@ export default function LandingPage() {
description: "Our AI receptionist streamlines your booking and inquiries.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/pastry-chef-standing-orange-cake_23-2148696228.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pastry-chef-standing-orange-cake_23-2148696228.jpg?_wi=3"
mediaAnimation="slide-up"
/>
</div>
@@ -203,19 +203,19 @@ export default function LandingPage() {
id: "1",
name: "Canvas Signature Roast",
price: "850 ETB",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-smoked-salmon-salad-with-arugula-dill-restaurant_140725-10815.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-smoked-salmon-salad-with-arugula-dill-restaurant_140725-10815.jpg?_wi=3",
},
{
id: "2",
name: "Mediterranean Fusion Salad",
price: "450 ETB",
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5036.jpg?_wi=3",
},
{
id: "3",
name: "Ethiopian Spiced Medallion",
price: "950 ETB",
imageSrc: "http://img.b2bpic.net/free-photo/meatball-sauce-topped-with-greenery_140725-1813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meatball-sauce-topped-with-greenery_140725-1813.jpg?_wi=3",
},
]}
title="Signature Menu"
@@ -235,7 +235,7 @@ export default function LandingPage() {
role: "Food Critic",
company: "Local Weekly",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg?_wi=1",
},
{
id: "2",
@@ -267,7 +267,7 @@ export default function LandingPage() {
role: "Local Resident",
company: "Addis Life",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg?_wi=2",
},
]}
kpiItems={[