Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-05-08 18:05:11 +00:00

View File

@@ -72,12 +72,12 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
showStepNumbers={false}
features={[
{ title: "Premium Woven Nylon", description: "High-durability material optimized for breathability and sweat-wicking.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4qe04l" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0dlecd" } },
{ title: "Adjustable Fit", description: "Fully compatible with WHOOP 5.0 sensor mechanics for accurate tracking.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=umbghb" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vu60qg" } },
{ title: "Stainless Steel Clasp", description: "Resistant to corrosion and daily movement, ensuring a secure closure.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mu2zh4" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=agh65z" } }
]}
showStepNumbers={false}
title="Precision Engineering"
description="Designed for the rigors of your training without compromising style."
/>
@@ -90,12 +90,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "The Late Band", price: "From €49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f5xi6b" },
{ id: "p2", name: "No Risk Band", price: "From €49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w8iky4" },
{ id: "p3", name: "Founder Mode", price: "From €49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mhwtao" },
{ id: "p4", name: "Out of Office", price: "From €49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=54u93p" },
{ id: "p5", name: "Minimal Icons", price: "From €49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qfqsy3" },
{ id: "p6", name: "Signature Text", price: "From €49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rgqpuz" },
{ id: "p1", name: "The Late Band", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f5xi6b" },
{ id: "p2", name: "No Risk Band", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w8iky4" },
{ id: "p3", name: "Founder Mode", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mhwtao" },
{ id: "p4", name: "Out of Office", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=54u93p" },
{ id: "p5", name: "Minimal Icons", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qfqsy3" },
{ id: "p6", name: "Signature Text", price: "From €49", variant: "Matte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rgqpuz" },
]}
title="The Signature Collection"
description="A curated range of custom-designed bands for every persona."
@@ -120,6 +120,8 @@ export default function LandingPage() {
<div id="compliance" data-section="compliance">
<FaqDouble
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Are these official bands?", content: "No, these are high-quality aftermarket accessories compatible with WHOOP devices." },
{ id: "f2", title: "Do they affect the sensors?", content: "Our bands are designed to integrate seamlessly, ensuring the sensor placement remains exact for accurate tracking." },
@@ -135,7 +137,7 @@ export default function LandingPage() {
title="Get Early Access"
description="Join the list for early releases and custom band drop alerts."
inputs={[
{ name: "email", type: "email", placeholder: "Enter your email" }
{ name: "email", type: "email", placeholder: "Enter your email", required: true }
]}
buttonText="Sign Up"
useInvertedBackground={true}