From 07f8eb0cf52c1e63f7a60e137ee596443fef9d70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:26:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 104 ++++++++++------------------------------------- 1 file changed, 22 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9fb319..dc9fe5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Browse Tours", href: "/pricing" }, { label: "For Travel Agents", href: "/pricing" }, { label: "How It Works", href: "/" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/" }, { label: "Careers", href: "/" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "/" }, { label: "Contact Us", href: "/contact" }, { label: "Community", href: "/" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -76,9 +72,7 @@ export default function HomePage() { @@ -131,48 +125,20 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "search", - label: "Advanced Search", - title: "Find tours by destination, date, budget & activity type", - items: [ - "Filter by location, duration & price range", - "Real-time availability updates", - "Save favorite tours & agents", - "Activity-based categorization", - ], + id: "search", label: "Advanced Search", title: "Find tours by destination, date, budget & activity type", items: [ + "Filter by location, duration & price range", "Real-time availability updates", "Save favorite tours & agents", "Activity-based categorization"], }, { - id: "messaging", - label: "Direct Messaging", - title: "Connect directly with travel agents for inquiries", - items: [ - "Real-time agent communication", - "Secure message history", - "Share travel preferences easily", - "Quick quote requests", - ], + id: "messaging", label: "Direct Messaging", title: "Connect directly with travel agents for inquiries", items: [ + "Real-time agent communication", "Secure message history", "Share travel preferences easily", "Quick quote requests"], }, { - id: "verification", - label: "Verified Agents", - title: "Trusted travel professionals with transparent credentials", - items: [ - "Identity & background verification", - "Transparent reviews & ratings", - "Verified certifications displayed", - "Badge system for credibility", - ], + id: "verification", label: "Verified Agents", title: "Trusted travel professionals with transparent credentials", items: [ + "Identity & background verification", "Transparent reviews & ratings", "Verified certifications displayed", "Badge system for credibility"], }, { - id: "booking", - label: "Seamless Booking", - title: "Secure, straightforward tour booking process", - items: [ - "Integrated payment systems", - "Booking confirmation & receipts", - "Cancellation & modification options", - "Travel insurance integration", - ], + id: "booking", label: "Seamless Booking", title: "Secure, straightforward tour booking process", items: [ + "Integrated payment systems", "Booking confirmation & receipts", "Cancellation & modification options", "Travel insurance integration"], }, ]} animationType="slide-up" @@ -189,15 +155,7 @@ export default function HomePage() { tagIcon={CheckCircle} tagAnimation="slide-up" names={[ - "Destination Specialists Inc", - "Global Adventure Tours", - "Local Experiences Agency", - "Cultural Journey Co", - "Sustainable Travel Partners", - "Premium Tour Operators", - "Adventure Quest Expeditions", - "Wanderlust Connections", - ]} + "Destination Specialists Inc", "Global Adventure Tours", "Local Experiences Agency", "Cultural Journey Co", "Sustainable Travel Partners", "Premium Tour Operators", "Adventure Quest Expeditions", "Wanderlust Connections"]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -208,38 +166,20 @@ export default function HomePage() {
); -} \ No newline at end of file +}