Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc4c2a405d | |||
| 8906246817 | |||
| 7f35fc359b | |||
| 4e921fdf17 | |||
| 21c531ef7e | |||
| 6743a87e3e | |||
| ef1cb0776c |
@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore Now", href: "#features" }
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -107,16 +107,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="HFITS by the numbers - A brand built on quality and trust, serving fashion enthusiasts worldwide."
|
||||
<MetricSplitMediaAbout
|
||||
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={[
|
||||
{ icon: Users, label: "Satisfied Customers", value: "50K+" },
|
||||
{ icon: Shirt, label: "Premium Items", value: "500+" },
|
||||
{ icon: Globe, label: "Countries Served", value: "25+" },
|
||||
{ icon: Award, label: "Design Awards", value: "12" }
|
||||
{ value: "50K+", title: "Heads Turned" },
|
||||
{ value: "500+", title: "Essential Pieces" }
|
||||
]}
|
||||
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"
|
||||
useInvertedBackground={true}
|
||||
tag="Street Culture"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user