Update src/app/page.tsx

This commit is contained in:
2026-05-06 12:50:23 +00:00
parent 33c8e1aca1
commit bac616c34f

View File

@@ -166,11 +166,11 @@ export default function LandingPage() {
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 Langevin Inc. Phone: (316)209-6282 | Email: george.d.langevin@gmail.com"
bottomLeftText="© 2024 Langevin Inc. Phone: (316)519-8711 | Email: george.d.langevin@gmail.com"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}