diff --git a/src/app/page.tsx b/src/app/page.tsx index ccf2567..a11578b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,10 +173,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "Daily", title: "Opening Hours", description: "Open 10 AM - 10 PM (extended hours weekends)", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-cityscape-with-historic-buildings-sunny-day-copenhagen-denmark_181624-48933.jpg", imageAlt: "park overview aerial view park large outdoor space" + id: "1", value: "Daily", title: "Opening Hours", description: "Open 10 AM - 10 PM (extended hours weekends)", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-cityscape-with-historic-buildings-sunny-day-copenhagen-denmark_181624-48933.jpg?_wi=1", imageAlt: "park overview aerial view park large outdoor space" }, { - id: "2", value: "15K-25K", title: "Attraction Prices", description: "UZS per ride (family packages available)", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-cityscape-with-historic-buildings-sunny-day-copenhagen-denmark_181624-48933.jpg", imageAlt: "park overview aerial view park large outdoor space" + id: "2", value: "15K-25K", title: "Attraction Prices", description: "UZS per ride (family packages available)", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-cityscape-with-historic-buildings-sunny-day-copenhagen-denmark_181624-48933.jpg?_wi=2", imageAlt: "park overview aerial view park large outdoor space" } ]} />