diff --git a/src/app/page.tsx b/src/app/page.tsx index 967dd9c..a09890d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; + import FooterCard from "@/components/sections/footer/FooterCard"; export default function LuxuryTravelAgencyTemplatePage() { @@ -36,7 +36,7 @@ export default function LuxuryTravelAgencyTemplatePage() { { name: "Destinations", id: "destinations" }, { name: "Blog", id: "blog" }, { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]} brandName="Maritime Solutions" button={{ text: "Connect With Us", href: "/contact" }} @@ -46,7 +46,7 @@ export default function LuxuryTravelAgencyTemplatePage() { description="Navigate the complexities of global shipping with our expert insights and tailored logistics solutions." buttons={[ { text: "Explore Insights", href: "#blog" }, - { text: "Contact Us", href: "/contact" }, + { text: "Contact Us", href: "/contact" } ]} slides={[ { imageSrc: "/templates/luxury-travel-agency/hero/hero1.webp", imageAlt: "Large cargo ship at sea" }, @@ -63,10 +63,10 @@ export default function LuxuryTravelAgencyTemplatePage() { { type: "image", src: "/templates/luxury-travel-agency/hero/hero3.jpg", alt: "Cargo" }, { type: "text", content: "comprehensive solutions for" }, { type: "image", src: "/templates/luxury-travel-agency/hero/hero4.jpg", alt: "Shipping" }, - { type: "text", content: "global maritime logistics" }, + { type: "text", content: "global maritime logistics" } ]} buttons={[ - { text: "Our Expertise", href: "#" }, + { text: "Our Expertise", href: "#" } ]} useInvertedBackground={false} /> @@ -106,18 +106,18 @@ export default function LuxuryTravelAgencyTemplatePage() { { id: 1, title: "Consult & Analyze", description: "Discuss your specific needs and current logistics challenges.", phoneOne: { imageSrc: "/templates/luxury-travel-agency/phone/phone5.webp", imageAlt: "Consultation session" }, - phoneTwo: { imageSrc: "/templates/luxury-travel-agency/phone/phone6.webp", imageAlt: "Data analysis" }, + phoneTwo: { imageSrc: "/templates/luxury-travel-agency/phone/phone6.webp", imageAlt: "Data analysis" } }, { id: 2, title: "Strategize & Plan", description: "Develop a tailored maritime logistics strategy and detailed action plan.", phoneOne: { imageSrc: "/templates/luxury-travel-agency/phone/phone3.webp", imageAlt: "Strategic planning" }, - phoneTwo: { imageSrc: "/templates/luxury-travel-agency/phone/phone4.webp", imageAlt: "Detailed itinerary" }, + phoneTwo: { imageSrc: "/templates/luxury-travel-agency/phone/phone4.webp", imageAlt: "Detailed itinerary" } }, { id: 3, title: "Execute & Monitor", description: "Implement solutions and provide continuous monitoring for optimal performance.", phoneOne: { imageSrc: "/templates/luxury-travel-agency/phone/phone1.webp", imageAlt: "Logistics execution" }, - phoneTwo: { imageSrc: "/templates/luxury-travel-agency/phone/phone2.webp", imageAlt: "Monitoring dashboard" }, - }, + phoneTwo: { imageSrc: "/templates/luxury-travel-agency/phone/phone2.webp", imageAlt: "Monitoring dashboard" } + } ]} /> - + ); -} +} \ No newline at end of file