Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user