Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-03 15:16:58 +00:00

View File

@@ -59,7 +59,6 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-couch_23-2149652018.jpg", imageAlt: "Fashionable model in full streetwear outfit in an urban setting" }
]}
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="products" data-section="products">
@@ -100,7 +99,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="About VNDL Studio"
description="VNDL Studio is an LA-based luxury streetwear brand born from the streets and redefined for the elite. We blend bold aesthetics with uncompromising quality, crafting pieces that empower individuality and make a statement. Every collection is a testament to urban innovation and high-end design, pushing the boundaries of contemporary fashion."
buttons={[
{ text: "Our Story", href: "#" }
]}
@@ -124,15 +122,6 @@ export default function LandingPage() {
<SocialProofOne
title="As Seen In & Collaborations"
description="Proudly featured by leading voices in fashion and partnered with iconic brands."
logos={[
{ name: "HYPEBEAST", imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915565.jpg", imageAlt: "HYPEBEAST logo" },
{ name: "Complex", imageSrc: "http://img.b2bpic.net/free-photo/abstract-uv-ultraviolet-light-composition_23-2149243962.jpg", imageAlt: "Complex logo" },
{ name: "GQ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rdex0a", imageAlt: "GQ logo" },
{ name: "VOGUE", imageSrc: "http://img.b2bpic.net/free-photo/tourist-girl-black-hoodie-jeans-holds-water-leaning-wooden-fence-beautiful-autumn-meadow-sunset_613910-4170.jpg", imageAlt: "VOGUE logo" },
{ name: "Rolling Stone", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=anwfrh", imageAlt: "Rolling Stone logo" },
{ name: "Highsnobiety", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-background_23-2148132330.jpg", imageAlt: "Highsnobiety logo" },
{ name: "The Source", imageSrc: "http://img.b2bpic.net/free-vector/bringing-forth-luxury-every-aspect-life-leaf-background_53876-116714.jpg", imageAlt: "The Source logo" }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -162,7 +151,6 @@ export default function LandingPage() {
rightLink={{
text: "Terms of Service", href: "#"
}}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>