Update src/app/page.tsx
This commit is contained in:
@@ -156,14 +156,14 @@ export default function LandingPage() {
|
||||
id: "p3",
|
||||
name: "Fresh Salad Selection",
|
||||
price: "Daily Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg?_wi=1",
|
||||
imageAlt: "A vibrant, fresh salad",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Homemade Dessert",
|
||||
price: "Daily Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg?_wi=2",
|
||||
imageAlt: "A delicious slice of homemade cake",
|
||||
},
|
||||
]}
|
||||
@@ -185,28 +185,28 @@ export default function LandingPage() {
|
||||
id: "f1",
|
||||
title: "Personalized Menus",
|
||||
description: "Collaborate with our chef to create a bespoke menu perfectly suited for your event and guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=1",
|
||||
imageAlt: "Elegant table setting for a private event",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Bring Your Own (BYO)",
|
||||
description: "Feel at home by bringing your favorite alcohol, sweets, and even your own music playlist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=2",
|
||||
imageAlt: "Guests enjoying a private event at the cafe",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Entertainment Assistance",
|
||||
description: "We can help arrange talented artists, musicians, or entertainers to make your celebration truly special.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=3",
|
||||
imageAlt: "A musician performing at a cafe event",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "All Celebrations Welcome",
|
||||
description: "From intimate memorial gatherings to joyous weddings and corporate events, we host them all with care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=4",
|
||||
imageAlt: "A cozy gathering with friends at the cafe",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user