diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 47b77c3..9dd87ef 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,12 +28,12 @@ export default function BlogPage() { @@ -61,17 +61,15 @@ export default function BlogPage() { columns={[ { title: "Hotel", items: [ - { label: "About Us", href: "#about" }, - { label: "Rooms & Suites", href: "#rooms" }, - { label: "Amenities", href: "#amenities" }, - { label: "Gallery", href: "#gallery" }, + { label: "About Us", href: "/#about" }, + { label: "Rooms & Suites", href: "/#rooms" }, + { label: "Contact Us", href: "/#contact" }, ], }, { title: "Guest Services", items: [ - { label: "Concierge", href: "#contact" }, - { label: "FAQ", href: "#faq" }, - { label: "Contact Us", href: "#contact" }, + { label: "Concierge", href: "/#contact" }, + { label: "FAQ", href: "/faq" }, ], }, { diff --git a/src/app/page.tsx b/src/app/page.tsx index a24d26a..b414043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function SitePage() {