Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user