Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:16:29 +00:00
parent 413ffa97bc
commit c7b92fa189

View File

@@ -58,7 +58,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg?_wi=1"
imageAlt="FoodExplore restaurant interior"
imagePosition="right"
mediaAnimation="slide-up"
@@ -119,28 +119,28 @@ export default function HomePage() {
id: "01",
title: "All-You-Can-Eat",
description: "Unlimited servings of 200+ carefully curated dishes from around the world",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg?_wi=1",
imageAlt: "Unlimited all-you-can-eat dining",
},
{
id: "02",
title: "Fresh Seafood & Sushi",
description: "Premium sushi, sashimi, oysters, and daily-fresh seafood selections",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg?_wi=1",
imageAlt: "Fresh premium seafood",
},
{
id: "03",
title: "Global Menu",
description: "Journey through Asia, Europe and beyond with authentic international cuisine",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=1",
imageAlt: "International global cuisine",
},
{
id: "04",
title: "Family Friendly",
description: "Perfect for couples, families, groups, and corporate celebrations",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-eating-salad-restaurant_23-2148014506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-eating-salad-restaurant_23-2148014506.jpg?_wi=1",
imageAlt: "Family dining experience",
},
]}
@@ -165,7 +165,7 @@ export default function HomePage() {
name: "Sushi & Sashimi",
price: "Premium Selection",
variant: "Fresh Daily",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg?_wi=2",
imageAlt: "Premium sushi selection",
},
{
@@ -173,7 +173,7 @@ export default function HomePage() {
name: "Seafood Delights",
price: "Premium Selection",
variant: "Ice Served",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg?_wi=2",
imageAlt: "Fresh seafood",
},
{
@@ -181,7 +181,7 @@ export default function HomePage() {
name: "Grill & Steaks",
price: "Premium Selection",
variant: "Hot Ready",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-rib-with-sliced-fried-vegetables-sauce_141793-1248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-rib-with-sliced-fried-vegetables-sauce_141793-1248.jpg?_wi=1",
imageAlt: "Premium grilled steaks",
},
{
@@ -189,7 +189,7 @@ export default function HomePage() {
name: "Pasta & Italian",
price: "Premium Selection",
variant: "Made Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/various-uncooked-pasta-wooden-spoons-dark_114579-38998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-uncooked-pasta-wooden-spoons-dark_114579-38998.jpg?_wi=1",
imageAlt: "Italian pasta dishes",
},
{
@@ -197,7 +197,7 @@ export default function HomePage() {
name: "Asian Wok",
price: "Premium Selection",
variant: "Hot & Spicy",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=2",
imageAlt: "Asian wok dishes",
},
{
@@ -205,7 +205,7 @@ export default function HomePage() {
name: "Desserts & Crepes",
price: "Premium Selection",
variant: "Sweet Indulgence",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-roll-cake-along-with-cranberries-fruits-pink-surface_140725-20239.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-roll-cake-along-with-cranberries-fruits-pink-surface_140725-20239.jpg?_wi=1",
imageAlt: "Gourmet desserts",
},
]}