Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-02-13 17:31:43 +00:00
3 changed files with 2 additions and 7 deletions

View File

@@ -81,10 +81,10 @@ export default function LandingPage() {
description="Join the companies that are already transforming their development workflow"
textboxLayout="default"
useInvertedBackground={true}
names={["TechCorp", "DevFlow", "CloudSync", "InnovateLab", "BuildCo", "StartupXYZ", "Velocity Inc"]}
logos={[
"https://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8563.jpg", "https://img.b2bpic.net/free-vector/technology-logo-collection_23-2148151111.jpg", "https://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8526.jpg", "https://img.b2bpic.net/free-vector/abstract-rhombus-logo_23-2147536126.jpg", "https://img.b2bpic.net/free-vector/technology-logo-collection_23-2148152335.jpg", "https://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8581.jpg", "https://img.b2bpic.net/free-vector/technology-logo-collection-gradient-style_52683-13781.jpg"
]
names={[]}
]}
speed={40}
showCard={true}
/>

View File

@@ -89,7 +89,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -158,7 +157,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -234,7 +232,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">

View File

@@ -39,7 +39,6 @@ export default function ShopPage() {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -107,7 +106,6 @@ export default function ShopPage() {
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">