Update src/app/page.tsx

This commit is contained in:
2026-04-08 07:11:05 +00:00
parent 80459ee554
commit 83c8b13c77

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
href: "/contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
@@ -102,25 +102,25 @@ export default function LandingPage() {
{
title: "Signature Main Course",
description: "Authentic local delicacies crafted with premium spices and herbs.",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=1",
buttonIcon: "Zap",
},
{
title: "Decadent Desserts",
description: "Indulge in our selection of handcrafted sweets and desserts.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=1",
buttonIcon: "Zap",
},
{
title: "Artisanal Beverages",
description: "Refreshing mocktails and beverages tailored to refresh your palate.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg?_wi=1",
buttonIcon: "Zap",
},
{
title: "Our Party Zones",
description: "Spacious and elegant areas for every occasion and celebration.",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-gathering_23-2149174133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-gathering_23-2149174133.jpg?_wi=1",
buttonIcon: "Zap",
},
]}
@@ -144,7 +144,7 @@ export default function LandingPage() {
role: "Diner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=1",
},
{
id: "t2",
@@ -152,7 +152,7 @@ export default function LandingPage() {
role: "Parent",
company: "Birthday Host",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=2",
},
{
id: "t3",
@@ -160,7 +160,7 @@ export default function LandingPage() {
role: "Corporate",
company: "Event Planner",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=3",
},
{
id: "t4",
@@ -168,7 +168,7 @@ export default function LandingPage() {
role: "Diner",
company: "Foodie",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=4",
},
]}
/>
@@ -186,14 +186,14 @@ export default function LandingPage() {
{
title: "Garden View",
description: "Relaxing green spaces for your dining pleasure.",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg?_wi=2",
titleIconSrc: "Leaf",
buttonText: "Read More",
},
{
title: "Fresh Ingredients",
description: "Farm-to-table freshness in every bite.",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=2",
titleIconSrc: "ChefHat",
buttonText: "See Menu",
},