Update src/app/page.tsx

This commit is contained in:
2026-05-17 14:40:10 +00:00
parent ab80720bc4
commit d771fa47af

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }] },
{ items: [{ label: "Contact Us", href: "/contact-us" }] },
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]}
logoText=""
/>
@@ -103,4 +103,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}