Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-30 23:44:48 +00:00

View File

@@ -8,10 +8,10 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react";
import { Sparkles, Plane, Compass } from "lucide-react";
export default function LuxuryTravelAgencyTemplatePage() {
return (
@@ -37,7 +37,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ name: "Contact", id: "contact" },
]}
brandName="Luxuria"
button={{ text: "Plan Your Trip", href: "#contact" }}
/>
<HeroCarouselLogo
logoText="Luxuria"
@@ -148,14 +147,15 @@ export default function LuxuryTravelAgencyTemplatePage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your ideal travel experience...", rows: 4 }}
/>
<FooterMedia
<FooterBaseCard
logoText="Luxuria"
copyrightText="© 2025 Luxuria Travel | Luxury Journeys Worldwide"
columns={[
{ title: "Menu", items: [{ label: "Services", href: "#services" }, { label: "Destinations", href: "#destinations" }] },
{ title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Reviews", href: "#reviews" }] },
{ title: "Visit Us", items: [{ label: "Contact", href: "#contact" }] }
]}
]
}
className="bg-[#1b1512] text-white"
/>
</ReactLenis>