diff --git a/src/app/page.tsx b/src/app/page.tsx
index 69cd20a..3793291 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,7 +1,7 @@
"use client"
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
+import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
@@ -11,7 +11,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import { Brain, Heart, Rocket, Shield, Sparkles, TrendingUp, Zap } from "lucide-react";
+import { Brain, Heart, Rocket, Shield, Sparkles, TrendingUp, Zap, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react";
export default function LandingPage() {
return (
@@ -41,24 +41,29 @@ export default function LandingPage() {
- setCartOpen(true) }}
/>
@@ -162,8 +161,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "How It Works", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
- { name: "Get Started", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Get Started", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -241,8 +239,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "How It Works", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
- { name: "Get Started", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Get Started", id: "contact" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index f0d72f5..3b4fdd3 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -40,8 +40,7 @@ export default function ShopPage() {
{ name: "How It Works", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
- { name: "Get Started", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Get Started", id: "contact" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -111,8 +110,7 @@ export default function ShopPage() {
{ name: "How It Works", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
- { name: "Get Started", id: "contact" },
- { name: "Shop", id: "/shop" }
+ { name: "Get Started", id: "contact" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>