Update src/app/page.tsx

This commit is contained in:
2026-03-07 03:55:03 +00:00
parent ffaa65017a
commit 5ca7be87e5

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
{
text: "View Our Menu", href: "/menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg"
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg?_wi=1"
imageAlt="rustic Italian restaurant interior warm lighting"
showDimOverlay={true}
ariaLabel="Hero section - Parisi's Italian Restaurant"
@@ -214,13 +214,13 @@ export default function HomePage() {
"Treat someone special to an authentic Italian dining experience. Gift vouchers available in any amount, delivered instantly online.", button: {
text: "Buy a Gift Voucher", href: "https://giftcards.nowbookit.com/cards/card-selection?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&accent=95,124,138"},
imageSrc:
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg", imageAlt: "Gift Vouchers"},
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg?_wi=2", imageAlt: "Gift Vouchers"},
{
title: "Order for Delivery", description:
"Can't make it in? Enjoy Parisi's authentic Italian delivered straight to your door on Uber Eats.", button: {
text: "Order on Uber Eats", href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/"},
imageSrc:
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg", imageAlt: "Uber Eats Delivery"},
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg?_wi=3", imageAlt: "Uber Eats Delivery"},
]}
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}