@@ -93,14 +93,12 @@ export default function LandingPage() {
@@ -123,20 +121,21 @@ export default function LandingPage() {
columns={[
{
title: "Company", items: [
- { label: "About", href: "#about" },
- { label: "Projects", href: "#features" },
+ { label: "About Us", href: "#about" },
+ { label: "Our Work", href: "#features" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Services", items: [
- { label: "Kitchens", href: "#" },
- { label: "Closets", href: "#" },
- { label: "Custom Millwork", href: "#" }
+ { label: "Kitchens", href: "#features" },
+ { label: "Closets", href: "#features" },
+ { label: "Custom Woodwork", href: "#features" }
]
}
]}
logoText="Miami Millwork Co."
+ copyrightText="© 2025 Miami Millwork Co. | Crafting Local Excellence"
/>