Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user