Update src/app/blog/page.tsx
This commit is contained in:
@@ -29,12 +29,12 @@ export default function BlogPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Collections", id: "/#collections" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
]}
|
||||
button={{ text: "Contact Us", href: "contact" }}
|
||||
button={{ text: "Contact Us", href: "/#contact" }}
|
||||
brandName="Klar"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,22 +62,22 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Studio", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Team", href: "team" },
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Our Team", href: "/#team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "Bouquets", href: "collections" },
|
||||
{ label: "Bouquets", href: "/#collections" },
|
||||
{ label: "Weddings", href: "#" },
|
||||
{ label: "Events", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user