Merge version_1 into main #1
@@ -71,32 +71,32 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "slide-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=1",
|
||||
imageAlt: "vibrant ghanaian restaurant interior",
|
||||
},
|
||||
{
|
||||
id: "slide-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=1",
|
||||
imageAlt: "jollof rice with chicken plate",
|
||||
},
|
||||
{
|
||||
id: "slide-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=1",
|
||||
imageAlt: "banku and tilapia ghanaian dish",
|
||||
},
|
||||
{
|
||||
id: "slide-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=1",
|
||||
imageAlt: "yam chips and fish plate",
|
||||
},
|
||||
{
|
||||
id: "slide-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=1",
|
||||
imageAlt: "restaurant live band performance",
|
||||
},
|
||||
{
|
||||
id: "slide-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=2",
|
||||
imageAlt: "jollof rice with chicken plate",
|
||||
},
|
||||
]}
|
||||
@@ -126,21 +126,21 @@ export default function LandingPage() {
|
||||
name: "Jollof Rice Special",
|
||||
price: "GHS 45",
|
||||
variant: "w/ Chicken, Egg & Salad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Banku & Tilapia",
|
||||
price: "GHS 60",
|
||||
variant: "Authentic Style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Yam Chips & Fish",
|
||||
price: "GHS 35",
|
||||
variant: "Freshly Fried",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Our Popular Dishes"
|
||||
@@ -158,19 +158,19 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Live Band Sessions",
|
||||
description: "Weekly music performances creating a relaxing and joyful environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=2",
|
||||
imageAlt: "Live Band",
|
||||
},
|
||||
{
|
||||
title: "Weekend Hangouts",
|
||||
description: "The perfect destination to relax and unwind with friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=2",
|
||||
imageAlt: "People gathering",
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "A welcoming space perfect for all generations to dine together.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=3",
|
||||
imageAlt: "Family dining",
|
||||
},
|
||||
]}
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
quote: "I love the Banku and Tilapia. Always fresh and packed with flavor.",
|
||||
name: "Adjoa",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
quote: "The atmosphere is unmatched in Adenta. Feels just like home.",
|
||||
name: "Ama",
|
||||
role: "Regular Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Hear From Our Guests"
|
||||
|
||||
Reference in New Issue
Block a user