Update src/app/page.tsx

This commit is contained in:
2026-03-16 18:51:26 +00:00
parent 7743e63d7a
commit 33b8b8f89f

View File

@@ -110,7 +110,7 @@ export default function HomePage() {
imageAlt: "Gourmet food presentation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149213356.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149213356.jpg?_wi=1",
imageAlt: "Beautiful park entrance",
},
]}
@@ -217,42 +217,42 @@ export default function HomePage() {
id: "royal-egg",
name: "Royal Egg",
price: "AED 45",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-picnic-goodies-blanket_23-2148921038.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-picnic-goodies-blanket_23-2148921038.jpg?_wi=1",
imageAlt: "Royal Egg - signature breakfast favorite",
},
{
id: "beef-satay",
name: "Beef Satay",
price: "AED 52",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11584.jpg?_wi=1",
imageAlt: "Beef Satay with rich sauce",
},
{
id: "chicken-peri-peri",
name: "Chicken Peri Peri",
price: "AED 48",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg?_wi=1",
imageAlt: "Spicy grilled Chicken Peri Peri",
},
{
id: "salmon-salad",
name: "Salmon Cobb Salad",
price: "AED 55",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-tomatoes-parsley-white-plate_114579-83424.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-tomatoes-parsley-white-plate_114579-83424.jpg?_wi=1",
imageAlt: "Fresh Salmon Cobb Salad",
},
{
id: "margherita-pizza",
name: "Margherita Pizza",
price: "AED 42",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-fresh-greens-grey-space_140725-75791.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-fresh-greens-grey-space_140725-75791.jpg?_wi=1",
imageAlt: "Classic Margherita Pizza",
},
{
id: "mac-cheese",
name: "Mac & Cheese",
price: "AED 38",
imageSrc: "http://img.b2bpic.net/free-photo/sheperd39s-pie_661915-44.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sheperd39s-pie_661915-44.jpg?_wi=1",
imageAlt: "Creamy Mac and Cheese",
},
]}
@@ -275,7 +275,7 @@ export default function HomePage() {
quote: "What a great welcome here! The staff were incredibly friendly and the coffee was excellent. The atmosphere is cozy, clean, and relaxing.",
name: "Sarah Johnson",
role: "Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -284,7 +284,7 @@ export default function HomePage() {
quote: "The Royal Egg was absolute perfection. The staff went out of their way to make our experience special.",
name: "Michael Chen",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2799.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -293,7 +293,7 @@ export default function HomePage() {
quote: "The mac and cheese was the best we've ever tasted.",
name: "Emily Rodriguez",
role: "Food Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-working-outdoor-cafe_1262-12596.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-working-outdoor-cafe_1262-12596.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
{
@@ -302,7 +302,7 @@ export default function HomePage() {
quote: "Fresh ingredients, beautiful presentation, and amazing flavors. This is the kind of place you want to visit again and again.",
name: "David Kim",
role: "Chef",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-bistro_23-2149366429.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-bistro_23-2149366429.jpg?_wi=1",
imageAlt: "David Kim",
},
]}
@@ -314,7 +314,7 @@ export default function HomePage() {
<ContactSplitForm
title="A Hidden Gem at the Park Entrance"
description="Located at the entrance of the park, Farmers House offers the perfect blend of nature, comfort, and incredible food. Enjoy breakfast in the fresh air, lunch with friends, or coffee after a relaxing walk."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149213356.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149213356.jpg?_wi=2"
imageAlt="Beautiful park entrance location"
mediaAnimation="slide-up"
mediaPosition="right"