Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-20 14:14:20 +00:00
4 changed files with 7 additions and 16 deletions

View File

@@ -56,7 +56,6 @@ export default function BlogPage() {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</ReactLenis>
</ThemeProvider>

View File

@@ -101,6 +101,8 @@ export default function LandingPage() {
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={[
"TechWave", "Innovate Solutions", "GlobalSync", "CyberNet Security", "DataFlow Analytics", "Quantum Computing Group", "Nexas Tech"]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/a-minimalist-logo-for-a-tech-company-nam-1771596537955-aca5861e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/a-modern-and-sleek-logo-for-innovate-sol-1771596544951-6966bedf.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/a-geometric-logo-for-globalsync-incorpor-1771596552987-ae3b612d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/a-strong-secure-looking-logo-for-cyberne-1771596559795-3e8b2235.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/a-dynamic-logo-for-dataflow-analytics-de-1771596566193-1ef771ac.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/a-sophisticated-logo-for-quantum-computi-1771596574346-f5240500.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/a-clean-modern-logo-for-nexas-tech-using-1771596581498-d742bcbb.png"
]}

View File

@@ -83,11 +83,10 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -98,7 +97,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>
@@ -123,11 +121,10 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -146,7 +143,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>
@@ -170,11 +166,10 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">
@@ -218,7 +213,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>

View File

@@ -33,11 +33,10 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => {} }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -48,7 +47,6 @@ export default function ShopPage() {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>
@@ -72,11 +70,10 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => {} }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">
@@ -95,7 +92,6 @@ export default function ShopPage() {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>