5 Commits

Author SHA1 Message Date
dc4c2a405d Merge version_3 into main
Merge version_3 into main
2026-03-11 18:14:28 +00:00
8906246817 Update src/app/page.tsx 2026-03-11 18:14:24 +00:00
7f35fc359b Merge version_3 into main
Merge version_3 into main
2026-03-11 18:14:04 +00:00
4e921fdf17 Update src/app/page.tsx 2026-03-11 18:14:00 +00:00
21c531ef7e Merge version_2 into main
Merge version_2 into main
2026-03-11 18:11:57 +00:00

View File

@@ -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="Trusted by Fashion Professionals 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>