Update src/app/page.tsx

This commit is contained in:
2026-04-19 12:17:44 +00:00
parent 26c52fdd0a
commit 56ae324508

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "Features", id: "/features" },
{ name: "Impact", id: "pollution" },
{ name: "FAQ", id: "faq" },
{ name: "Privacy", id: "/privacy" },
{ name: "Contact", id: "/contact" },
]}
brandName="OceanImpact"
@@ -133,7 +134,7 @@ export default function LandingPage() {
logoText="OceanImpact: Cruise Ships"
columns={[
{ title: "Resources", items: [{ label: "Research", href: "#" }, { label: "Policies", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "/contact" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Privacy", href: "/privacy" }, { label: "Contact", href: "/contact" }] },
]}
/>
</div>