Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:10:34 +00:00
parent 620ca963d2
commit 06750d9d61

View File

@@ -33,7 +33,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Terms", id: "/terms" }
]}
bottomLeftText="Handcrafted Flowers"
bottomRightText="hello@emiliflowers.com"
@@ -183,6 +184,13 @@ export default function LandingPage() {
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Terms of Service", href: "/terms" },
{ label: "Privacy Policy", href: "#contact" },
{ label: "Contact", href: "mailto:hello@emiliflowers.com" }
]
},
{
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },