diff --git a/src/app/page.tsx b/src/app/page.tsx
index a00806b..f8b7193 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
@@ -11,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Compass, Zap, Star, Leaf, Heart, Mail, Sparkles, Users, HelpCircle } from "lucide-react";
+import { Zap, Star, Leaf, Heart, Mail, Sparkles, Users, HelpCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -40,37 +39,11 @@ export default function LandingPage() {
/>
-
-
-
-
setCartOpen(true) }}
/>
@@ -165,8 +164,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -247,8 +245,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
- { 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 33d2e1d..9654ce6 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -43,8 +43,7 @@ export default function ShopPage() {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -117,8 +116,7 @@ export default function ShopPage() {
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Contact", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>