Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<ContactText
|
||||
text="Ready to create unforgettable family memories? Contact Dream Park today to plan your visit, book a group event, or request more information!"
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call +998 97 761 50 16", href: "tel:+998977615016" },
|
||||
|
||||
Reference in New Issue
Block a user