diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 247bf08..be9ee33 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -1,7 +1,7 @@
"use client";
import ReactLenis from "lenis/react";
-import BlogCardThree from '@/components/sections/blog/BlogCardThree';
+import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -43,7 +43,7 @@ export default function BlogPage() {
) : (
-
-
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index 6baf9d4..5677967 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -89,8 +89,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Available Pets", id: "products" },
{ name: "Adoption Process", id: "features" },
{ name: "About Us", id: "about" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -157,8 +156,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Available Pets", id: "products" },
{ name: "Adoption Process", id: "features" },
{ name: "About Us", id: "about" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -232,8 +230,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Available Pets", id: "products" },
{ name: "Adoption Process", id: "features" },
{ name: "About Us", id: "about" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 4a9ce4c..732bd32 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -42,8 +42,7 @@ export default function ShopPage() {
{ name: "Available Pets", id: "products" },
{ name: "Adoption Process", id: "features" },
{ name: "About Us", id: "about" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -109,8 +108,7 @@ export default function ShopPage() {
{ name: "Available Pets", id: "products" },
{ name: "Adoption Process", id: "features" },
{ name: "About Us", id: "about" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>