Update src/app/page.tsx

This commit is contained in:
2026-05-12 08:57:28 +00:00
parent 88055c9bd3
commit a9db51386c

View File

@@ -68,15 +68,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=1",
imageAlt: "elegant cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-cake_23-2151986827.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-cake_23-2151986827.jpg?_wi=1",
imageAlt: "fresh gourmet breakfast plate",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg?_wi=1",
imageAlt: "cozy dining area atmosphere",
},
{
@@ -111,7 +111,7 @@ export default function LandingPage() {
title: "Menu Items",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-chefs-posing-with-arms-crossed-camera-working-restaurant-kitchen-make-dish-meal-man-woman-uniform-being-professional-cooks-preparing-culinary-recipe_482257-45651.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-chefs-posing-with-arms-crossed-camera-working-restaurant-kitchen-make-dish-meal-man-woman-uniform-being-professional-cooks-preparing-culinary-recipe_482257-45651.jpg?_wi=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -128,7 +128,7 @@ export default function LandingPage() {
id: "1",
name: "Artisan Sandwich",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-herbs-salad_23-2147761599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-herbs-salad_23-2147761599.jpg?_wi=1",
},
{
id: "2",
@@ -209,7 +209,7 @@ export default function LandingPage() {
quote: "The best coffee in town, hands down.",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-cafe_329181-2096.jpg",
tag: "Breakfast",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2",
imageAlt: "smiling happy restaurant customer",
},
{
@@ -220,7 +220,7 @@ export default function LandingPage() {
quote: "The pasta was fresh and incredibly flavorful.",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
tag: "Dinner",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-cake_23-2151986827.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-cake_23-2151986827.jpg?_wi=2",
imageAlt: "smiling happy restaurant customer",
},
{
@@ -231,7 +231,7 @@ export default function LandingPage() {
quote: "Great atmosphere for working and eating.",
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg",
tag: "Work",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg?_wi=2",
imageAlt: "smiling happy restaurant customer",
},
{
@@ -242,7 +242,7 @@ export default function LandingPage() {
quote: "Beautiful spot with amazing service.",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg",
tag: "Travel",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-chefs-posing-with-arms-crossed-camera-working-restaurant-kitchen-make-dish-meal-man-woman-uniform-being-professional-cooks-preparing-culinary-recipe_482257-45651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-chefs-posing-with-arms-crossed-camera-working-restaurant-kitchen-make-dish-meal-man-woman-uniform-being-professional-cooks-preparing-culinary-recipe_482257-45651.jpg?_wi=2",
imageAlt: "smiling happy restaurant customer",
},
{
@@ -253,7 +253,7 @@ export default function LandingPage() {
quote: "Love the minimalist and warm vibe.",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg",
tag: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-herbs-salad_23-2147761599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-herbs-salad_23-2147761599.jpg?_wi=2",
imageAlt: "smiling happy restaurant customer",
},
]}