diff --git a/src/app/page.tsx b/src/app/page.tsx index d19cc7a..ccf2567 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Plan Your Visit", href: "#plan-visit" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/ferris-wheel-blue-sky_1150-11081.jpg", imageAlt: "ferris wheel amusement park ride park attraction" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-colorful-children-playground-background_23-2149587752.jpg", imageAlt: "playground equipment children area park playground" }, @@ -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?_wi=1", 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", 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" + 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" } ]} /> @@ -218,7 +218,7 @@ export default function LandingPage() {