Merge version_8 into main #13

Merged
bender merged 3 commits from version_8 into main 2026-02-18 23:17:03 +00:00
3 changed files with 6 additions and 11 deletions

View File

@@ -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={[

View File

@@ -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) }}
/>

View File

@@ -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") }}
/>