Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f59c11eba7 | |||
| f36bbb9f76 | |||
| f07a6498f0 | |||
| 5a810f1344 | |||
| d09cd0231f |
@@ -8,7 +8,7 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
|||||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Sparkles, Plane, Compass } from "lucide-react";
|
import { Sparkles, Plane, Compass } from "lucide-react";
|
||||||
@@ -18,14 +18,14 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="icon-arrow"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="soft"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
@@ -148,18 +148,13 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
|||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Tell us about your ideal travel experience...", rows: 4 }}
|
textarea={{ name: "message", placeholder: "Tell us about your ideal travel experience...", rows: 4 }}
|
||||||
/>
|
/>
|
||||||
<FooterBaseCard
|
<FooterLogoReveal
|
||||||
logoText="Luxuria"
|
logoText="Luxuria"
|
||||||
copyrightText="© 2025 Luxuria Travel | Luxury Journeys Worldwide"
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
columns={[
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
{ title: "Menu", items: [{ label: "Services", href: "#services" }, { label: "Destinations", href: "#destinations" }] },
|
className="bg-[#2b180a] text-[#f6f0e9]"
|
||||||
{ 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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user