From 4f691a3dde18fd485f82969b515aa0e4897cc16f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:34:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {