Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-28 13:27:52 +00:00

View File

@@ -26,33 +26,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Gothic",
id: "/gothic",
},
name: "Gothic", id: "/gothic"},
{
name: "Bohemian",
id: "/bohemian",
},
name: "Bohemian", id: "/bohemian"},
{
name: "Avant-Garde",
id: "/avant-garde",
},
name: "Avant-Garde", id: "/avant-garde"},
{
name: "Street",
id: "/street",
},
name: "Street", id: "/street"},
{
name: "Funky",
id: "/funky",
},
name: "Funky", id: "/funky"},
{
name: "Vault",
id: "/vault",
},
name: "Vault", id: "/vault"},
]}
brandName="VASLIC"
/>
@@ -60,33 +46,22 @@ export default function LandingPage() {
<div id="gothic-hero" data-section="gothic-hero">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
features={[
{
id: "g-1",
title: "Dark Vision",
tags: [
"Limited",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png?_wi=5",
},
id: "g-1", title: "Dark Vision", tags: [
"Limited"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png"},
{
id: "g-2",
title: "Crimson Night",
tags: [
"Unique",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png?_wi=6",
},
id: "g-2", title: "Crimson Night", tags: [
"Unique"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png"},
{
id: "g-3",
title: "Stone Decay",
tags: [
"Rare",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png?_wi=7",
},
id: "g-3", title: "Stone Decay", tags: [
"Rare"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png"},
]}
title="Gothic Aesthetic"
description="Every design dies once. This one is still alive."
@@ -103,12 +78,7 @@ export default function LandingPage() {
description="Gothic-inspired essentials."
products={[
{
id: "p1",
name: "Shadow Hoodie",
price: "$89",
variant: "Gothic",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png?_wi=8",
},
id: "p1", name: "Shadow Hoodie", price: "$89", variant: "Gothic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOBu8Mi1Iuqd148HefASU02iG/modern-urban-fashion-product-showcase-hi-1774704430727-59ba3ea3.png"},
]}
/>
</div>
@@ -118,21 +88,15 @@ export default function LandingPage() {
logoText="VASLIC"
columns={[
{
title: "Archive",
items: [
title: "Archive", items: [
{
label: "The Vault",
href: "/vault",
},
label: "The Vault", href: "/vault"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}