Update src/app/page.tsx

This commit is contained in:
2026-04-07 04:20:14 +00:00
parent 115515534a
commit 17aef092b9

View File

@@ -65,19 +65,19 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg?_wi=1",
imageAlt: "Gourmet plating",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg?_wi=1",
imageAlt: "Culinary preparation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg?_wi=1",
imageAlt: "Luxury dining",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=1",
imageAlt: "Artful plating",
},
{
@@ -126,28 +126,28 @@ export default function LandingPage() {
title: "Private Dinner Parties",
description: "Intimate dining experiences for family and friends.",
buttonIcon: "Utensils",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg?_wi=2",
imageAlt: "private chef gourmet plating",
},
{
title: "Corporate Events",
description: "Impress your partners with refined flavors.",
buttonIcon: "Briefcase",
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-kitchen_53876-14601.jpg?_wi=2",
imageAlt: "chef preparing fresh organic vegetables",
},
{
title: "Cooking Classes",
description: "Learn secret culinary techniques at home.",
buttonIcon: "BookOpen",
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-drink-board-near-ornament-snow-gift-box_23-2147988631.jpg?_wi=2",
imageAlt: "modern luxury table setting",
},
{
title: "Menu Consultation",
description: "Customized seasonal menu planning services.",
buttonIcon: "ListChecks",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=2",
imageAlt: "culinary artist working with plating",
},
]}