Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -42,25 +42,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
<HeroBillboard
|
||||
title="WE DON'T FIT THE MOLD. WE BREAK IT."
|
||||
description="Premium streetwear for the generation that refuses to be labeled. Ethically made. Locally inspired. Globally loud."
|
||||
testimonials={[
|
||||
{ name: "Sarah", handle: "@sarah_street", testimonial: "Fits like nothing else I own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-grayscale-shot-small-bird-sitting-ventilation-system-wall-with-writings_181624-58322.jpg?_wi=1", imageAlt: "urban grainy cctv footage" },
|
||||
{ name: "Mike", handle: "@mike_tech", testimonial: "Durable as hell. Built for the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/father-walking-with-his-two-kids-night-city_1353-146.jpg?_wi=1", imageAlt: "urban grainy cctv footage" },
|
||||
{ name: "Jules", handle: "@jules_fit", testimonial: "This design is completely unique.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-city_23-2149285662.jpg?_wi=1", imageAlt: "urban grainy cctv footage" },
|
||||
{ name: "Kev", handle: "@kev_core", testimonial: "The fabric quality is industry-leading.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916390.jpg?_wi=1", imageAlt: "urban grainy cctv footage" },
|
||||
{ name: "Luna", handle: "@luna_wear", testimonial: "Finally, streetwear with a real voice.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024755.jpg?_wi=1", imageAlt: "urban grainy cctv footage" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[{ text: "DROP 01: ACCESS NOW", href: "#vault" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-grayscale-shot-small-bird-sitting-ventilation-system-wall-with-writings_181624-58322.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-glimmers-light-flares_23-2151871966.jpg", alt: "Abstract glimmers" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/charming-woman-enjoying-beverage-street_23-2147765451.jpg", alt: "Charming woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/outdoors-abstract-shadow-daylight_23-2149080269.jpg", alt: "Outdoors shadow" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-view-small-traffic-lights-road_1150-20122.jpg", alt: "Traffic lights" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-person-getting-ready-doing-sport-night_23-2149287995.jpg", alt: "Sport at night" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user