From 06750d9d615c292b7110d9246ef42d2bba4e215c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:10:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcb46df..92f2665 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },