Update src/app/blog/page.tsx
This commit is contained in:
@@ -35,13 +35,13 @@ export default function BlogPage() {
|
||||
brandName="Iminio"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact-us" },
|
||||
{ name: "About Us", id: "/#about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Gallery", id: "/#gallery" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact-us" },
|
||||
]}
|
||||
button={{ text: "Order Now", href: "#contact-us" }}
|
||||
button={{ text: "Order Now", href: "/#contact-us" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,17 +68,17 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Explore Iminio", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Our Story", href: "/#about" },
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Gallery", href: "/#gallery" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact-us" },
|
||||
{ label: "Delivery Info", href: "#contact-us" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact Us", href: "/#contact-us" },
|
||||
{ label: "Delivery Info", href: "/#contact-us" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user