diff --git a/src/app/page.tsx b/src/app/page.tsx index 30b1d10..1f9cc40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { text: "Schedule Consultation", href: "#contact" } ]} - background={{ variant: "rotated-rays-static" }} + background={{ variant: "sparkles-gradient" }} buttonAnimation="slide-up" ariaLabel="Proof Digital hero section" marqueeItems={[ diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7e7d1b8..380c8f2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -159,8 +158,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -235,8 +233,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a899ca0..84a707b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ export default function ShopPage() { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -108,8 +107,7 @@ export default function ShopPage() { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} />