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