diff --git a/src/app/page.tsx b/src/app/page.tsx
index 43ed51d..19ba78b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,78 +29,32 @@ export default function LandingPage() {
@@ -254,16 +127,8 @@ export default function LandingPage() {
logoText="Indigo Voyages"
copyrightText="© 2025 Indigo Voyages. Luxury Travel & Transport."
socialLinks={[
- {
- icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
]}
/>
diff --git a/src/app/tours/page.tsx b/src/app/tours/page.tsx
index 08a315e..0d560c0 100644
--- a/src/app/tours/page.tsx
+++ b/src/app/tours/page.tsx
@@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Instagram, Mountain, Twitter, Waves } from "lucide-react";
-export default function LandingPage() {
+export default function ToursPage() {
return (
@@ -67,22 +47,8 @@ export default function LandingPage() {
title="Explore Our Curated Tours"
description="Discover hidden gems and classic landmarks with unparalleled luxury."
features={[
- {
- title: "Alpine Retreats",
- description: "High-altitude luxury.",
- bentoComponent: "reveal-icon",
- icon: Mountain,
- imageSrc: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg?_wi=2",
- imageAlt: "cultural tour city exploration",
- },
- {
- title: "Coastal Escapes",
- description: "Sun, sand, and serenity.",
- bentoComponent: "reveal-icon",
- icon: Waves,
- imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg?_wi=3",
- imageAlt: "cultural tour city exploration",
- },
+ { title: "Alpine Retreats", description: "High-altitude luxury.", bentoComponent: "reveal-icon", icon: Mountain },
+ { title: "Coastal Escapes", description: "Sun, sand, and serenity.", bentoComponent: "reveal-icon", icon: Waves },
]}
/>
@@ -90,18 +56,11 @@ export default function LandingPage() {
@@ -110,16 +69,8 @@ export default function LandingPage() {
logoText="Indigo Voyages"
copyrightText="© 2025 Indigo Voyages. Luxury Travel & Transport."
socialLinks={[
- {
- icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
]}
/>