Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8906246817 | |||
| 4e921fdf17 | |||
| 21c531ef7e |
@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Explore Now", href: "#features" }
|
{ text: "Explore Now", href: "#features" }
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg?_wi=1"
|
||||||
imageAlt="Premium HFITS Fashion Collection"
|
imageAlt="Premium HFITS Fashion Collection"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
@@ -107,16 +107,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<MetricSplitMediaAbout
|
||||||
title="Trusted by Fashion Professionals Worldwide"
|
title="Real Talk: Why HFITS Hits Different"
|
||||||
|
description="We're not your typical fashion brand. Born from the streets, perfected in the studio. Every piece is a statement—designed for those who move through the world with style, attitude, and purpose. From underground fashion capitals to global runways, HFITS pieces turn heads and start conversations."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Users, label: "Satisfied Customers", value: "50K+" },
|
{ value: "50K+", title: "Heads Turned" },
|
||||||
{ icon: Shirt, label: "Premium Items", value: "500+" },
|
{ value: "500+", title: "Essential Pieces" }
|
||||||
{ icon: Globe, label: "Countries Served", value: "25+" },
|
|
||||||
{ icon: Award, label: "Design Awards", value: "12" }
|
|
||||||
]}
|
]}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg?_wi=2"
|
||||||
|
imageAlt="HFITS Street Style"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
tag="Street Culture"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user