Update src/app/page.tsx

This commit is contained in:
2026-06-03 11:26:20 +00:00
parent 59829d7e2c
commit 0b93d7a090

View File

@@ -47,7 +47,6 @@ export default function Page() {
imageSrc="http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg"
imageAlt="Abstract dark background with neon orange accents"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -150,7 +149,6 @@ export default function Page() {
title="As Seen On"
description="Our gear graces the boldest and brightest. Featured in top publications and worn by leading trendsetters."
names={["Complex", "Hypebeast", "GQ", "Vogue", "Highsnobiety", "032c", "Dazed"]}
animationType="opacity"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -175,7 +173,6 @@ export default function Page() {
{ "title": "Legal", "items": [{ "label": "Privacy Policy", "href": "#" }, { "label": "Terms of Service", "href": "#" }, { "label": "Shipping & Returns", "href": "#" }] }
]}
copyrightText="© 2024 VNDL Studio. All rights reserved."
useInvertedBackground={true}
/>
</div>
</ThemeProvider>