From c985b09290795f37be81f922b74f2ba085ef85ad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 17:31:37 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe09ecd..9405f38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> From e4fba31087459fe9dfef9bdcb000729710b8af81 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 17:31:37 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index d20ec1a..1cc2699 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,7 +89,6 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -158,7 +157,6 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -234,7 +232,6 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
From 1cf15e66c2dc5fd70986b09f316aa2571f6f0927 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 17:31:38 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0e4ee29..63a6247 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,7 +39,6 @@ export default function ShopPage() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => console.log("cart") }} />
@@ -107,7 +106,6 @@ export default function ShopPage() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => console.log("cart") }} />