Update src/app/blog/page.tsx
This commit is contained in:
@@ -66,16 +66,16 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Features", id: "features" },
|
||||
{ label: "Pricing", id: "pricing" },
|
||||
{ label: "Testimonials", id: "testimonials" }
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Testimonials", href: "#testimonials" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", id: "about" },
|
||||
{ label: "Contact", id: "contact" },
|
||||
{ label: "FAQ", id: "faq" }
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user