diff --git a/src/app/page.tsx b/src/app/page.tsx index 634eaf7..e63b1b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,10 +124,10 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "Hayes", title: "Prime Location", description: "West London's premier luxury destination", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg", imageAlt: "reservation system table booking exclusive seating VIP lounge" + id: "1", value: "Hayes", title: "Prime Location", description: "West London's premier luxury destination", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg?_wi=1", imageAlt: "reservation system table booking exclusive seating VIP lounge" }, { - id: "2", value: "Open Daily", title: "Operating Hours", description: "Mon-Thu 4PM-12AM, Fri 4PM-1AM, Sat-Sun 2PM-1AM", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg", imageAlt: "reservation system table booking exclusive seating VIP lounge" + id: "2", value: "Open Daily", title: "Operating Hours", description: "Mon-Thu 4PM-12AM, Fri 4PM-1AM, Sat-Sun 2PM-1AM", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129092.jpg?_wi=2", imageAlt: "reservation system table booking exclusive seating VIP lounge" } ]} animationType="slide-up"