diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5f2acdf..50ca93a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,35 +44,22 @@ export default function LandingPage() {
@@ -93,26 +72,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Personalized Itineraries",
- description: "Custom routes crafted to your preferences.",
- imageSrc: "http://img.b2bpic.net/free-vector/elements-adventure-linear-style_1257-323.jpg",
- titleIconSrc: "Sparkles",
- buttonText: "Explore",
- },
+ title: "Personalized Itineraries", description: "Custom routes crafted to your preferences.", imageSrc: "http://img.b2bpic.net/free-vector/elements-adventure-linear-style_1257-323.jpg", titleIconSrc: "Sparkles", buttonText: "Explore"},
{
- title: "Premium Stays",
- description: "Hand-picked luxury accommodation globally.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-tourist-man-sitting-with-plane-tickets-globe-packed-suitcase-travelling-around-world-going-vacation-excited-about-his-holiday_1258-314331.jpg",
- titleIconSrc: "Shield",
- buttonText: "Discover",
- },
+ title: "Premium Stays", description: "Hand-picked luxury accommodation globally.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-tourist-man-sitting-with-plane-tickets-globe-packed-suitcase-travelling-around-world-going-vacation-excited-about-his-holiday_1258-314331.jpg", titleIconSrc: "Shield", buttonText: "Discover"},
{
- title: "24/7 Concierge",
- description: "Always-on support for every journey.",
- imageSrc: "http://img.b2bpic.net/free-vector/decorative-design-concept_1284-12071.jpg",
- titleIconSrc: "Zap",
- buttonText: "Learn More",
- },
+ title: "24/7 Concierge", description: "Always-on support for every journey.", imageSrc: "http://img.b2bpic.net/free-vector/decorative-design-concept_1284-12071.jpg", titleIconSrc: "Zap", buttonText: "Learn More"},
]}
title="Travel With Confidence"
description="We handle every detail so you can focus on the experience."
@@ -121,64 +85,29 @@ export default function LandingPage() {
@@ -243,25 +154,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Destinations",
- href: "#destinations",
- },
+ label: "Destinations", href: "#destinations"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}