diff --git a/src/app/page.tsx b/src/app/page.tsx index 44f2e7f..41726f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,17 +61,11 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} kpis={[ { - value: "150+", - label: "Exclusive Destinations", - }, + value: "150+", label: "Exclusive Destinations"}, { - value: "24/7", - label: "Concierge Support", - }, + value: "24/7", label: "Concierge Support"}, { - value: "99.9%", - label: "Client Satisfaction", - }, + value: "99.9%", label: "Client Satisfaction"}, ]} enableKpiAnimation={true} tag="Luxury Travel Redefined" @@ -83,16 +77,11 @@ export default function HomePage() { imagePosition="right" buttons={[ { - text: "Plan Your Journey", - href: "/contact", - }, + text: "Plan Your Journey", href: "#contact"}, { - text: "Explore Destinations", - href: "/destinations", - }, + text: "Explore Destinations", href: "#destinations"}, ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -100,15 +89,10 @@ export default function HomePage() {