15 Commits

Author SHA1 Message Date
57dc31cd58 Merge version_10 into main
Merge version_10 into main
2026-02-18 23:23:45 +00:00
5ae7b7b75e Update src/app/page.tsx 2026-02-18 23:23:41 +00:00
2a28135157 Merge version_9 into main
Merge version_9 into main
2026-02-18 23:20:33 +00:00
b6804fb43f Update src/app/page.tsx 2026-02-18 23:20:29 +00:00
36cc953c8d Merge version_8 into main
Merge version_8 into main
2026-02-18 23:17:03 +00:00
1a4eb0ef1a Update src/app/shop/page.tsx 2026-02-18 23:16:58 +00:00
c4a51a8146 Update src/app/shop/[id]/page.tsx 2026-02-18 23:16:58 +00:00
014bae7b9d Update src/app/page.tsx 2026-02-18 23:16:57 +00:00
f0b45141b0 Update src/app/page.tsx 2026-02-18 23:14:43 +00:00
98da267c0d Merge version_7 into main
Merge version_7 into main
2026-02-18 23:12:44 +00:00
b1efec21e7 Update src/app/page.tsx 2026-02-18 23:12:39 +00:00
295f8f6c3c Merge version_7 into main
Merge version_7 into main
2026-02-18 23:10:06 +00:00
4575771d32 Update src/app/page.tsx 2026-02-18 23:10:02 +00:00
9bc9950056 Merge version_6 into main
Merge version_6 into main
2026-02-18 22:56:49 +00:00
4ed5895882 Merge version_6 into main
Merge version_6 into main
2026-02-18 22:54:22 +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") }}
/>