Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-10 17:10:25 +00:00

View File

@@ -5,13 +5,14 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { TrendingUp, ShieldCheck, Zap, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -161,13 +162,16 @@ export default function LandingPage() {
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"
<MetricCardEleven
title="Our Impact in Numbers"
description="Driving growth and customer satisfaction across the footwear market."
metrics={[
{ id: 'm1', value: '50K+', title: 'Pairs Sold', description: 'Curated styles delivered to happy customers worldwide.', imageSrc: 'http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8079.jpg' },
{ id: 'm2', value: '98%', title: 'Customer Trust', description: 'Consistently rated high for quality and service.', imageSrc: 'http://img.b2bpic.net/free-photo/happy-customer-shopping_23-2148289768.jpg' },
{ id: 'm3', value: '150+', title: 'Style Partners', description: 'Partnering with premium brands to bring you the best.', imageSrc: 'http://img.b2bpic.net/free-photo/top-view-tablet-surrounded-by-shoes_23-2148135549.jpg' }
]}
animationType="slide-up"
useInvertedBackground={true}
names={[
"Fashion Daily", "Sneaker World", "Urban Trends", "Footwear Weekly", "Style Lab", "Modern Retail", "Luxury Guide"]}
title="Trusted By Top Publications"
description="Featured in leading fashion media outlets worldwide."
/>
</div>
@@ -210,12 +214,14 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="SoleCollection"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
<FooterSimple
columns={[
{ title: "Catalog", items: [{ label: "Sneakers" }, { label: "Boots" }, { label: "Casual" }] },
{ title: "Support", items: [{ label: "Shipping" }, { label: "Returns" }, { label: "Help Center" }] },
{ title: "Company", items: [{ label: "Our Story" }, { label: "Sustainability" }, { label: "Careers" }] }
]}
bottomLeftText="© 2024 SoleCollection. All rights reserved."
bottomRightText="Designed for Footwear Enthusiasts."
/>
</div>
</ReactLenis>