Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-31 17:21:09 +00:00

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Install",
id: "#hero",
},
{
name: "Philosophy",
id: "#about",
},
{
name: "Archive",
id: "#shop",
},
{
name: "Connection",
id: "#contact",
},
{ name: "Install", id: "#hero" },
{ name: "Philosophy", id: "#about" },
{ name: "Archive", id: "#shop" },
{ name: "Connection", id: "#contact" },
]}
brandName="WARNIX"
/>
@@ -52,18 +40,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
logoText="WARNIX"
description="An ongoing experiment in silhouette and light. Enter the archive."
buttons={[
{
text: "Enter Installation",
href: "#about",
},
text: "Enter Installation", href: "#about"},
]}
mediaAnimation="blur-reveal"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-zbf4nnqa.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-zbf4nnqa.png"
/>
</div>
@@ -72,7 +57,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Philosophy of Form"
description="Warnix is not clothing. It is an extension of the self—a series of interconnected textures and negative space. We design for the shadow, the edge, and the unwritten."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-zbf4nnqa.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-zbf4nnqa.png"
/>
</div>
@@ -80,26 +65,15 @@ export default function LandingPage() {
<ProductCardThree
textboxLayout="split"
gridVariant="asymmetric-60-wide-40-narrow"
animationType="blur-reveal"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Shadow Anorak",
price: "$450",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-vplmtlur.png?_wi=1",
},
id: "1", name: "Shadow Anorak", price: "$450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-vplmtlur.png"},
{
id: "2",
name: "Lattice Shorts",
price: "$280",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-ekgyqd4i.png",
},
id: "2", name: "Lattice Shorts", price: "$280", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-ekgyqd4i.png"},
{
id: "3",
name: "Ghost Rugby",
price: "$320",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-crabxb1d.png",
},
id: "3", name: "Ghost Rugby", price: "$320", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-crabxb1d.png"},
]}
title="The Archive"
description="Curated artifacts for the modern inhabitant."
@@ -112,21 +86,13 @@ export default function LandingPage() {
title="Terms of Engagement"
sections={[
{
heading: "Usage Policy",
content: {
type: "paragraph",
text: "By engaging with the Warnix installation, you acknowledge the transient nature of the work. All visual materials are proprietary.",
},
heading: "Usage Policy", content: {
text: "By engaging with the Warnix installation, you acknowledge the transient nature of the work. All visual materials are proprietary."},
},
{
heading: "Privacy Protocol",
content: {
type: "list",
heading: "Privacy Protocol", content: {
items: [
"Data collection is limited to essential session tracking.",
"No third-party tracking cookies.",
"Your information is held in total confidentiality.",
],
"Data collection is limited to essential session tracking.", "No third-party tracking cookies.", "Your information is held in total confidentiality."],
},
},
]}
@@ -137,13 +103,12 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="CONNECTION"
title="Stay Informed"
description="Witness the evolution of our aesthetic."
mediaAnimation="opacity"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-vplmtlur.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsvMztb1xhijl12GgLivLXpEtw/uploaded-1774977613415-vplmtlur.png"
/>
</div>
@@ -151,38 +116,25 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Archive",
items: [
title: "Archive", items: [
{
label: "All Works",
href: "#shop",
},
label: "All Works", href: "#shop"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}