Update src/app/blog/page.tsx

This commit is contained in:
2026-02-22 05:09:16 +00:00
parent d83045373e
commit dbe0a891e5

View File

@@ -27,16 +27,15 @@ export default function BlogPage() {
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Services", id: "/#services" },
{ name: "Pricing", id: "/#pricing" },
{ name: "Team", id: "/#team" },
{ name: "Reviews", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
]}
button={{ text: "Book Now", href: "contact" }}
button={{ text: "Book Now", href: "/#contact" }}
brandName="Royal Parlor"
className="relative z-50"
containerClassName="py-4"
/>
</div>