Update src/app/blog/page.tsx
This commit is contained in:
@@ -29,12 +29,12 @@ export default function BlogPage() {
|
|||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "products" }}
|
button={{ text: "Order Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ export default function BlogPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user