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