5 Commits

Author SHA1 Message Date
951b067d2d Update src/app/page.tsx 2026-04-08 04:55:53 +00:00
823831d238 Update src/app/page.tsx 2026-04-08 04:55:16 +00:00
ba48302462 Merge version_1 into main
Merge version_1 into main
2026-04-08 04:54:02 +00:00
4ffdf0221f Merge version_1 into main
Merge version_1 into main
2026-04-08 04:53:36 +00:00
ca492a701a Merge version_1 into main
Merge version_1 into main
2026-04-08 04:52:58 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogo from '@/components/sections/hero/HeroLogo'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -29,14 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "Catalog", id: "catalog" },
{ { name: "Features", id: "features" },
name: "Catalog", id: "catalog"}, { name: "Contact", id: "contact" },
{
name: "Features", id: "features"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="SoleStep" brandName="SoleStep"
/> />
@@ -47,8 +43,7 @@ export default function LandingPage() {
logoText="SoleStep" logoText="SoleStep"
description="Premium footwear designed for performance, comfort, and style. Walk with confidence in every step." description="Premium footwear designed for performance, comfort, and style. Walk with confidence in every step."
buttons={[ buttons={[
{ { text: "Shop Now", href: "#catalog" },
text: "Shop Now", href: "#catalog"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg"
imageAlt="Hero sneaker display" imageAlt="Hero sneaker display"
@@ -62,24 +57,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "1", brand: "Classic", name: "Urban White Sneaker", price: "$120", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/new-sneakers_93675-130447.jpg" },
id: "1", brand: "Classic", name: "Urban White Sneaker", price: "$120", rating: 5, { id: "2", brand: "Speed", name: "Aero Runner Orange", price: "$150", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/white-simple-knitted-high-top-slip-sneakers_53876-96610.jpg" },
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/new-sneakers_93675-130447.jpg"}, { id: "3", brand: "Heritage", name: "Classic Suede Loafer", price: "$180", rating: 4, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg" },
{ { id: "4", brand: "Comfort", name: "Daily Knit Slip-on", price: "$95", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/elegant-leather-penny-loafers-wooden-cube_23-2152020351.jpg" },
id: "2", brand: "Speed", name: "Aero Runner Orange", price: "$150", rating: 5, { id: "5", brand: "Adventure", name: "Rugged Trail Boot", price: "$210", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-hiking-wild-nature-winter-vacation_285396-2022.jpg" },
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/white-simple-knitted-high-top-slip-sneakers_53876-96610.jpg"}, { id: "6", brand: "Elegance", name: "Midnight Gala Heel", price: "$250", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-image-gorgeous-woman-with-legs-stylish-spring-clothes-with-small-bag-posing-street-yellow_273443-236.jpg" },
{
id: "3", brand: "Heritage", name: "Classic Suede Loafer", price: "$180", rating: 4,
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg"},
{
id: "4", brand: "Comfort", name: "Daily Knit Slip-on", price: "$95", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/elegant-leather-penny-loafers-wooden-cube_23-2152020351.jpg"},
{
id: "5", brand: "Adventure", name: "Rugged Trail Boot", price: "$210", rating: 4,
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-hiking-wild-nature-winter-vacation_285396-2022.jpg"},
{
id: "6", brand: "Elegance", name: "Midnight Gala Heel", price: "$250", rating: 5,
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-image-gorgeous-woman-with-legs-stylish-spring-clothes-with-small-bag-posing-street-yellow_273443-236.jpg"},
]} ]}
title="Latest Collection" title="Latest Collection"
description="Discover our newest arrivals designed for the modern lifestyle." description="Discover our newest arrivals designed for the modern lifestyle."
@@ -95,28 +78,22 @@ export default function LandingPage() {
{ {
title: "Advanced Cushioning", description: "Proprietary foam technology for all-day support.", icon: Zap, title: "Advanced Cushioning", description: "Proprietary foam technology for all-day support.", icon: Zap,
mediaItems: [ mediaItems: [
{ { imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=1", imageAlt: "Cushioning" },
imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=1", imageAlt: "Cushioning"}, { imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=2", imageAlt: "Cushioning details" },
{
imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=2", imageAlt: "Cushioning details"},
], ],
}, },
{ {
title: "Sustainable Materials", description: "Eco-friendly fabrics that look and feel premium.", icon: Shield, title: "Sustainable Materials", description: "Eco-friendly fabrics that look and feel premium.", icon: Shield,
mediaItems: [ mediaItems: [
{ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=1", imageAlt: "Materials" },
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=1", imageAlt: "Materials"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=2", imageAlt: "Materials detail" },
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=2", imageAlt: "Materials detail"},
], ],
}, },
{ {
title: "Featherweight Design", description: "Experience zero-gravity comfort with ultra-light builds.", icon: Sparkles, title: "Featherweight Design", description: "Experience zero-gravity comfort with ultra-light builds.", icon: Sparkles,
mediaItems: [ mediaItems: [
{ { imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg?_wi=1", imageAlt: "Weight" },
imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg?_wi=1", imageAlt: "Weight"}, { imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg?_wi=2", imageAlt: "Design" },
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-multi-colored-abstract-sports-shoe-generated-by-ai_188544-19599.jpg?_wi=2", imageAlt: "Design"},
], ],
}, },
]} ]}
@@ -130,16 +107,11 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Sarah J.", date: "Oct 2023", title: "Amazing comfort!", quote: "The best sneakers I've ever owned. Truly worth the price.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-pink-jacket-happily-looking-camera-holding-shoes-heel-hands-while-recording-new-fashion-video-vlog_574295-5274.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-pink-jacket-happily-looking-camera-holding-shoes-heel-hands-while-recording-new-fashion-video-vlog_574295-5274.jpg" },
id: "1", name: "Sarah J.", date: "Oct 2023", title: "Amazing comfort!", quote: "The best sneakers I've ever owned. Truly worth the price.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-pink-jacket-happily-looking-camera-holding-shoes-heel-hands-while-recording-new-fashion-video-vlog_574295-5274.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-pink-jacket-happily-looking-camera-holding-shoes-heel-hands-while-recording-new-fashion-video-vlog_574295-5274.jpg"}, { id: "2", name: "Mark D.", date: "Sep 2023", title: "Perfect fit", quote: "Finally, a pair of boots that feel good from the first wear.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-strethcing-park_1303-9228.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-strethcing-park_1303-9228.jpg" },
{ { id: "3", name: "Emily R.", date: "Aug 2023", title: "Stylish & Practical", quote: "I wear these to work and the gym. So versatile!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-stylish-clothes-summer-city_1157-38463.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-clothes-summer-city_1157-38463.jpg" },
id: "2", name: "Mark D.", date: "Sep 2023", title: "Perfect fit", quote: "Finally, a pair of boots that feel good from the first wear.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-strethcing-park_1303-9228.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-strethcing-park_1303-9228.jpg"}, { id: "4", name: "David K.", date: "Jul 2023", title: "Top tier quality", quote: "The craftsmanship is evident in every detail.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-casual-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg" },
{ { id: "5", name: "Linda M.", date: "Jun 2023", title: "Obsessed", quote: "Can't wait to buy my next pair in a different color.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-woman-tying-her-shoelaces-getting-ready-jogging-outdoors-sport-healthy-lifestyle-concept_58466-12448.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-woman-tying-her-shoelaces-getting-ready-jogging-outdoors-sport-healthy-lifestyle-concept_58466-12448.jpg" },
id: "3", name: "Emily R.", date: "Aug 2023", title: "Stylish & Practical", quote: "I wear these to work and the gym. So versatile!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-stylish-clothes-summer-city_1157-38463.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-clothes-summer-city_1157-38463.jpg"},
{
id: "4", name: "David K.", date: "Jul 2023", title: "Top tier quality", quote: "The craftsmanship is evident in every detail.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-casual-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg"},
{
id: "5", name: "Linda M.", date: "Jun 2023", title: "Obsessed", quote: "Can't wait to buy my next pair in a different color.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-woman-tying-her-shoelaces-getting-ready-jogging-outdoors-sport-healthy-lifestyle-concept_58466-12448.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-woman-tying-her-shoelaces-getting-ready-jogging-outdoors-sport-healthy-lifestyle-concept_58466-12448.jpg"},
]} ]}
title="Customer Reviews" title="Customer Reviews"
description="Join thousands of satisfied customers who love our footwear." description="Join thousands of satisfied customers who love our footwear."
@@ -147,54 +119,35 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCenter
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Support" tag="Support"
title="Ready to upgrade?" title="Get in Touch"
description="Get personalized style advice and order updates delivered to your inbox." description="Have questions or need assistance? Reach out to our dedicated support team today."
buttons={[ inputPlaceholder="Enter your email"
{ buttonText="Send Inquiry"
text: "Contact Us", href: "#"}, background={{ variant: "plain" }}
]} useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterBaseCard
logoText="SoleStep"
columns={[ columns={[
{ {
title: "Shop", items: [ title: "Shop", items: [
{ { label: "All Shoes", href: "#catalog" },
label: "All Shoes", href: "#catalog"}, { label: "New Arrivals", href: "#catalog" },
{
label: "New Arrivals", href: "#catalog"},
{
label: "Best Sellers", href: "#catalog"},
], ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ { label: "About Us", href: "#" },
label: "About Us", href: "#"}, { label: "Careers", href: "#" },
{
label: "Careers", href: "#"},
{
label: "Sustainability", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
], ],
}, },
]} ]}
bottomLeftText="© 2023 SoleStep. All rights reserved." copyrightText="© 2023 SoleStep. All rights reserved."
bottomRightText="Built with style"
/> />
</div> </div>
</ReactLenis> </ReactLenis>