Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -5,13 +5,14 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
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 HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
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 TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
|
import { TrendingUp, ShieldCheck, Zap, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -161,13 +162,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<MetricCardEleven
|
||||||
textboxLayout="default"
|
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}
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -210,12 +214,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterSimple
|
||||||
logoText="SoleCollection"
|
columns={[
|
||||||
leftLink={{
|
{ title: "Catalog", items: [{ label: "Sneakers" }, { label: "Boots" }, { label: "Casual" }] },
|
||||||
text: "Privacy Policy", href: "#"}}
|
{ title: "Support", items: [{ label: "Shipping" }, { label: "Returns" }, { label: "Help Center" }] },
|
||||||
rightLink={{
|
{ title: "Company", items: [{ label: "Our Story" }, { label: "Sustainability" }, { label: "Careers" }] }
|
||||||
text: "Terms of Service", href: "#"}}
|
]}
|
||||||
|
bottomLeftText="© 2024 SoleCollection. All rights reserved."
|
||||||
|
bottomRightText="Designed for Footwear Enthusiasts."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user