@@ -172,7 +172,7 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
- { label: "Shop Flowers", href: "products" },
+ { label: "Shop Flowers", href: "/shop" },
{ label: "About Us", href: "about" },
{ label: "Testimonials", href: "testimonials" }
]
@@ -217,12 +217,12 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Alisa"
navItems={[
{ name: "Home", id: "/" },
- { name: "Shop", id: "products" },
+ { name: "Shop", id: "/shop" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
- button={{ text: "Order Now", href: "products" }}
+ button={{ text: "Order Now", href: "/shop" }}
/>
@@ -266,7 +266,7 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
- { label: "Shop Flowers", href: "products" },
+ { label: "Shop Flowers", href: "/shop" },
{ label: "About Us", href: "about" },
{ label: "Testimonials", href: "testimonials" }
]
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index d33bb43..14c702d 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -36,12 +36,12 @@ export default function ShopPage() {
brandName="Alisa"
navItems={[
{ name: "Home", id: "/" },
- { name: "Shop", id: "products" },
+ { name: "Shop", id: "/shop" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
- button={{ text: "Order Now", href: "products" }}
+ button={{ text: "Order Now", href: "/shop" }}
/>
@@ -52,7 +52,7 @@ export default function ShopPage() {
columns={[
{
items: [
- { label: "Shop Flowers", href: "products" },
+ { label: "Shop Flowers", href: "/shop" },
{ label: "About Us", href: "about" },
{ label: "Testimonials", href: "testimonials" }
]
@@ -97,12 +97,12 @@ export default function ShopPage() {
brandName="Alisa"
navItems={[
{ name: "Home", id: "/" },
- { name: "Shop", id: "products" },
+ { name: "Shop", id: "/shop" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
- button={{ text: "Order Now", href: "products" }}
+ button={{ text: "Order Now", href: "/shop" }}
/>
@@ -121,7 +121,7 @@ export default function ShopPage() {
columns={[
{
items: [
- { label: "Shop Flowers", href: "products" },
+ { label: "Shop Flowers", href: "/shop" },
{ label: "About Us", href: "about" },
{ label: "Testimonials", href: "testimonials" }
]