diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 50ed6db..b51107c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,14 +28,14 @@ export default function BlogPage() { @@ -62,21 +62,21 @@ export default function BlogPage() { columns={[ { title: "Services", items: [ - { label: "Wallpaper Installation", href: "#features" }, - { label: "Interior Painting", href: "#features" }, - { label: "Wall Repair", href: "#features" }, + { label: "Wallpaper Installation", href: "/#features" }, + { label: "Interior Painting", href: "/#features" }, + { label: "Wall Repair", href: "/#features" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Portfolio", href: "#portfolio" }, - { label: "Contact", href: "#contact" }, + { label: "About Us", href: "/#about" }, + { label: "Portfolio", href: "/#product" }, + { label: "Contact", href: "/#contact" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "#faq" }, + { label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, ], diff --git a/src/app/page.tsx b/src/app/page.tsx index 087e95b..dbbad59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {