Update src/app/visit/page.tsx

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

View File

@@ -83,7 +83,7 @@ export default function VisitPage() {
<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=3"
imageAlt="Beautiful park entrance location"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -187,42 +187,42 @@ export default function VisitPage() {
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=3",
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=3",
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=3",
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=3",
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=3",
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=3",
imageAlt: "Creamy Mac and Cheese",
},
]}