Update src/app/page.tsx

This commit is contained in:
2026-05-14 01:27:50 +00:00
parent 93e5454e7c
commit 8d2a2ec044

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
href: "#menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-food-breakfast_23-2147667234.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fresh-food-breakfast_23-2147667234.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
@@ -121,21 +121,21 @@ export default function LandingPage() {
name: "Classic Breakfast",
price: "$16.95",
variant: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict-with-salmon_74190-677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict-with-salmon_74190-677.jpg?_wi=1",
},
{
id: "2",
name: "Signature Eggs Benny",
price: "$18.50",
variant: "Customer Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg?_wi=1",
},
{
id: "3",
name: "Seasonal Fruit Platter",
price: "$14.00",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-waffle-cakes-with-fresh-fruits-dark-background_140725-80332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-waffle-cakes-with-fresh-fruits-dark-background_140725-80332.jpg?_wi=1",
},
{
id: "4",
@@ -204,7 +204,7 @@ export default function LandingPage() {
quote: "The best brunch spot in Windermere. Family friendly and super cozy.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-food-breakfast_23-2147667234.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-food-breakfast_23-2147667234.jpg?_wi=2",
imageAlt: "smiling customer portrait",
},
{
@@ -226,7 +226,7 @@ export default function LandingPage() {
quote: "Staff is wonderful and always smiling. Makes my morning.",
tag: "Loyal",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict-with-salmon_74190-677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict-with-salmon_74190-677.jpg?_wi=2",
imageAlt: "smiling customer portrait",
},
{
@@ -237,7 +237,7 @@ export default function LandingPage() {
quote: "The seasonal fruit platter is a must-have for summer.",
tag: "Bruncher",
avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-happy-females-have-cheerful-expressions-sit-close-each-other-cozy-cafe-surrounded-with-cocktails-dessert-meet-together-by-chance-resort-people-relations_273609-2437.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg?_wi=2",
imageAlt: "smiling customer portrait",
},
{
@@ -248,7 +248,7 @@ export default function LandingPage() {
quote: "Cora never disappoints. My favorite place for a family breakfast.",
tag: "Family",
avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-waffle-cakes-with-fresh-fruits-dark-background_140725-80332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-waffle-cakes-with-fresh-fruits-dark-background_140725-80332.jpg?_wi=2",
imageAlt: "smiling customer portrait",
},
]}