diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7af14b7..ada4210 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,14 +28,13 @@ export default function BlogPage() { @@ -64,16 +63,16 @@ export default function BlogPage() { columns={[ { title: "About", items: [ - { label: "Our Story", href: "about" }, + { label: "Our Story", href: "/about" }, { label: "Awards", href: "#" }, { label: "Careers", href: "#" } ] }, { title: "Services", items: [ - { label: "Rooms", href: "rooms" }, + { label: "Rooms", href: "#rooms" }, { label: "Dining", href: "#" }, - { label: "Spa", href: "amenities" }, + { label: "Spa", href: "#amenities" }, { label: "Events", href: "#" } ] }, @@ -92,4 +91,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +}