6 Commits

Author SHA1 Message Date
bbcfd5b89f Update src/app/page.tsx 2026-05-10 17:11:19 +00:00
5ea630f6d2 Update src/app/page.tsx 2026-05-10 17:10:53 +00:00
3ce6781e3b Update src/app/page.tsx 2026-05-10 17:10:21 +00:00
155abe9a07 Merge version_2 into main
Merge version_2 into main
2026-05-10 17:09:26 +00:00
b61258a50a Merge version_1 into main
Merge version_1 into main
2026-05-10 17:06:50 +00:00
0aefae63e8 Merge version_1 into main
Merge version_1 into main
2026-05-10 17:06:23 +00:00

View File

@@ -5,12 +5,12 @@ 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';
export default function LandingPage() {
@@ -58,7 +58,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-bags-floor-with-red-background_23-2148302849.jpg", imageAlt: "Sneaker collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8079.jpg", imageAlt: "Casual style"},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8079.jpg?_wi=1", imageAlt: "Casual style"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-sneakers-riding-skateboard-outdoor-asphalt-surface_158595-4159.jpg", imageAlt: "Trendy sneaker"},
{
@@ -95,7 +95,7 @@ export default function LandingPage() {
},
{
title: "Fast Shipping", description: "Direct to your door, fast and tracked.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tablet-surrounded-by-shoes_23-2148135549.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tablet-surrounded-by-shoes_23-2148135549.jpg?_wi=1"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-phone-mock-up-with-eco-friendly-objects_23-2148289768.jpg"},
},
@@ -161,13 +161,17 @@ export default function LandingPage() {
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
<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?_wi=2' },
{ 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?_wi=2' }
]}
animationType="slide-up"
textboxLayout="default"
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>