diff --git a/src/app/page.tsx b/src/app/page.tsx index 873f28c..a4f3c7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,15 +171,15 @@ export default function HomePage() { columns={[ { title: "Shop", items: [ - { label: "Arrangements", href: "/arrangements" }, + { label: "Arrangements", href: "arrangements" }, { label: "Seasonal Collections", href: "#" }, { label: "Custom Orders", href: "#" } ] }, { title: "Company", items: [ - { label: "About Us", href: "/about" }, - { label: "Contact", href: "/contact" }, + { label: "About Us", href: "about" }, + { label: "Contact", href: "contact" }, { label: "Delivery Info", href: "#" } ] },