8 Commits

Author SHA1 Message Date
18a978b6b3 Merge version_25 into main
Merge version_25 into main
2026-05-11 21:14:23 +00:00
b79a45276d Update src/app/page.tsx 2026-05-11 21:14:20 +00:00
b6b07cda37 Merge version_25 into main
Merge version_25 into main
2026-05-11 21:13:55 +00:00
b2a22b2f27 Update src/app/page.tsx 2026-05-11 21:13:52 +00:00
2f2194ad25 Merge version_25 into main
Merge version_25 into main
2026-05-11 21:13:29 +00:00
fc67acc9da Update src/app/page.tsx 2026-05-11 21:13:25 +00:00
128b33a0ee Merge version_24 into main
Merge version_24 into main
2026-05-11 21:09:06 +00:00
81ed4f9d96 Merge version_24 into main
Merge version_24 into main
2026-05-11 21:08:42 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
@@ -42,20 +42,12 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
<HeroOverlay
title="Wear Your Subversion"
description="Born from the same dark aesthetic as our art, our apparel collection channels the spirit of gothic artistry into streetwear. Intricate designs, premium fits, curated for the bold."
background={{ variant: 'rotated-rays-animated' }}
kpis={[
{ value: "2025", label: "Collection" },
{ value: "100%", label: "Signature Design" },
{ value: "Limited", label: "Production" }
]}
buttons={[{ text: "Explore Apparel", href: "#gallery" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlavLWOelEmQkqFRvw6DCMXOiw/uploaded-1773180784484-bndqftnj.png"
imagePosition="right"
enableKpiAnimation={true}
mediaAnimation="slide-up"
showBlur={true}
/>
</div>
@@ -67,7 +59,7 @@ export default function LandingPage() {
{ id: "1", title: "Signature Hoodies", description: "Oversized fit with detailed back art.", imageSrc: "https://images.unsplash.com/photo-1598371839684-b28bc8870a76?q=80&w=800&_wi=1" },
{ id: "2", title: "Occult Tees", description: "High-quality fabric, permanent prints.", imageSrc: "https://images.unsplash.com/photo-1598371839684-b28bc8870a76?q=80&w=800&_wi=2" },
{ id: "3", title: "Street Accessories", description: "Designed for the urban landscape.", imageSrc: "https://images.unsplash.com/photo-1598371839684-b28bc8870a76?q=80&w=800&_wi=3" }
] as any}
]}
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="split"