Update src/app/blog/page.tsx

This commit is contained in:
2026-02-18 14:35:12 +00:00
parent e9a6d280ec
commit c05d0d8bb8

View File

@@ -67,7 +67,7 @@ export default function BlogPage() {
columns={[
{
items: [
{ label: "Home", href: "#hero" },
{ label: "Home", href: "/" },
{ label: "Rooms", href: "#product" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#testimonial" }