Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-02 10:14:54 +00:00

View File

@@ -48,21 +48,21 @@ export default function LandingPage() {
testimonials={[
{
name: "John Doe", handle: "@johndoe", testimonial: "The best dining experience I've had in a long time. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg", imageAlt: "upscale restaurant interior cozy dining"},
imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg?_wi=1", imageAlt: "upscale restaurant interior cozy dining"},
{
name: "Jane Smith", handle: "@janesmith", testimonial: "Excellent drinks and great service. Will definitely be back.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-grilled-chicken-wood-board-restaurant-kitchen_140725-499.jpg", imageAlt: "upscale restaurant interior cozy dining"},
imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-grilled-chicken-wood-board-restaurant-kitchen_140725-499.jpg?_wi=1", imageAlt: "upscale restaurant interior cozy dining"},
{
name: "Mike Johnson", handle: "@mikej", testimonial: "Cozy ambiance and delicious food. Perfect spot for any evening.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176780.jpg", imageAlt: "upscale restaurant interior cozy dining"},
imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176780.jpg?_wi=1", imageAlt: "upscale restaurant interior cozy dining"},
{
name: "Elena Rodriguez", handle: "@elena_dining", testimonial: "A true hidden gem with top-tier hospitality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-scene_23-2147680654.jpg", imageAlt: "upscale restaurant interior cozy dining"},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-scene_23-2147680654.jpg?_wi=1", imageAlt: "upscale restaurant interior cozy dining"},
{
name: "David Chen", handle: "@dchenfood", testimonial: "Exceptional wine list and beautifully plated dishes.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barman-carrying-coffee_23-2147821228.jpg", imageAlt: "upscale restaurant interior cozy dining"},
imageSrc: "http://img.b2bpic.net/free-photo/barman-carrying-coffee_23-2147821228.jpg?_wi=1", imageAlt: "upscale restaurant interior cozy dining"},
]}
imageSrc="http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg"
imageSrc="http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", alt: "Customer portrait" },
{ src: "http://img.b2bpic.net/free-photo/sexy-brunette-girl-seductive-black-clothes-smokes-hookah-while-sitting-counter-nightclub_613910-19138.jpg", alt: "Customer portrait" },
@@ -81,7 +81,7 @@ export default function LandingPage() {
description="We blend tradition with modern culinary techniques to create unforgettable dining memories."
subdescription="Our mission is to bring flavors to life with locally sourced ingredients and a passion for hospitality."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/chef-cutting-grilled-chicken-wood-board-restaurant-kitchen_140725-499.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-cutting-grilled-chicken-wood-board-restaurant-kitchen_140725-499.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -95,21 +95,21 @@ export default function LandingPage() {
{
title: "Artisanal Cocktails", description: "Expertly crafted drinks that set the perfect mood.", icon: Star,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176780.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176780.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/making-cocktail_1098-18037.jpg" },
]
},
{
title: "Gourmet Cuisine", description: "Fresh, locally-sourced ingredients prepared to perfection.", icon: Star,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-scene_23-2147680654.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-scene_23-2147680654.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949021.jpg" },
]
},
{
title: "Warm Hospitality", description: "A service that makes you feel at home every visit.", icon: Heart,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/barman-carrying-coffee_23-2147821228.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/barman-carrying-coffee_23-2147821228.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081857.jpg" },
]
},