diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 702dbab..6762cc5 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,6 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Heart, Leaf, Shield, Award, CheckCircle, Star, Mail } from "lucide-react";
+import Link from "next/link";
export default function AboutPage() {
return (
@@ -29,13 +30,18 @@ export default function AboutPage() {
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "About", id: "/about" },
- { name: "Pricing", id: "/pricing" },
{ name: "FAQ", id: "/faq" }
]}
button={{
text: "Shop Now", href: "/products"
}}
/>
+
@@ -108,4 +114,4 @@ export default function AboutPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 4a28f9e..395a89f 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -133,4 +133,4 @@ export default function BlogPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx
index 86fa785..adb5c09 100644
--- a/src/app/faq/page.tsx
+++ b/src/app/faq/page.tsx
@@ -7,6 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Star, Mail } from "lucide-react";
+import Link from "next/link";
export default function FaqPage() {
return (
@@ -29,13 +30,18 @@ export default function FaqPage() {
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "About", id: "/about" },
- { name: "Pricing", id: "/pricing" },
{ name: "FAQ", id: "/faq" }
]}
button={{
text: "Shop Now", href: "/products"
}}
/>
+
@@ -107,4 +113,4 @@ export default function FaqPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 4fe7701..f4da48f 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1259,4 +1259,4 @@ export default function RootLayout({