Merge version_2 into main #5
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -44,6 +43,8 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[]}
|
||||
title="Wear your story"
|
||||
description="Gender-inclusive fashion crafted for every soul. Discover timeless silhouettes in obsidian, amber, and cream."
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
@@ -53,6 +54,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -69,6 +71,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
title="Featured Collection"
|
||||
description="Timeless staples for the modern individual."
|
||||
@@ -81,21 +85,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="trending" data-section="trending">
|
||||
<TestimonialCardSix
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
title="Trending Now"
|
||||
description="What our community says about us."
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Brand Values"
|
||||
description="VOXE is committed to sustainability, inclusivity, and uncompromising craftsmanship. We believe fashion is a story that should be worn with pride by everyone."
|
||||
metrics={[
|
||||
{ value: "100%", title: "Ethical" },
|
||||
{ value: "Global", title: "Inclusive" },
|
||||
{ value: "Timeless", title: "Design" }
|
||||
{ id: "m1", value: "100%", description: "Ethical" },
|
||||
{ id: "m2", value: "Global", description: "Inclusive" },
|
||||
{ id: "m3", value: "Timeless", description: "Design" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-fashion-fabric-textiles_125540-1700.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -105,6 +112,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
tag="Newsletter"
|
||||
title="Stay connected"
|
||||
description="Join our community for early access to new collections and exclusive updates."
|
||||
|
||||
Reference in New Issue
Block a user