Compare commits
8 Commits
version_24
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 18a978b6b3 | |||
| b79a45276d | |||
| b6b07cda37 | |||
| b2a22b2f27 | |||
| 2f2194ad25 | |||
| fc67acc9da | |||
| 128b33a0ee | |||
| 81ed4f9d96 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user