Update src/app/page.tsx

This commit is contained in:
2026-04-28 08:59:05 +00:00
parent b3b82423ca
commit 3ba2ea82eb

View File

@@ -166,7 +166,7 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "", items: [
title: "Navigation", items: [
{
label: "Home", href: "#hero"},
{
@@ -174,11 +174,11 @@ export default function LandingPage() {
{
label: "About Us", href: "#about"},
{
label: "", href: "#contact"},
label: "Contact", href: "#contact"},
],
},
{
title: "", items: [
title: "Connect", items: [
{
label: "+91 9008300846", href: "tel:+919008300846"},
{
@@ -198,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}