Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "catalog",
|
||||
},
|
||||
name: "Catalog", id: "catalog"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SoleStep"
|
||||
/>
|
||||
@@ -56,11 +48,9 @@ export default function LandingPage() {
|
||||
description="Premium footwear designed for performance, comfort, and style. Walk with confidence in every step."
|
||||
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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg"
|
||||
imageAlt="Hero sneaker display"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,59 +63,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/new-sneakers_93675-130447.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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: "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: "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: "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",
|
||||
},
|
||||
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"
|
||||
description="Discover our newest arrivals designed for the modern lifestyle."
|
||||
@@ -139,55 +93,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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", 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", imageAlt: "Cushioning details"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-101877.jpg?_wi=2",
|
||||
imageAlt: "modern luxury sneaker photography",
|
||||
},
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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", 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", imageAlt: "Materials detail"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-colored-honeycomb-pattern-wallpaper_53876-100055.jpg?_wi=3",
|
||||
imageAlt: "ergonomic shoe technology diagram",
|
||||
},
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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", 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", imageAlt: "Design"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=3",
|
||||
imageAlt: "durable outdoor shoe material",
|
||||
},
|
||||
]}
|
||||
title="Unmatched Quality"
|
||||
@@ -201,55 +131,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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-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: "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: "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"
|
||||
description="Join thousands of satisfied customers who love our footwear."
|
||||
@@ -260,16 +150,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Support"
|
||||
title="Ready to upgrade?"
|
||||
description="Get personalized style advice and order updates delivered to your inbox."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -278,50 +165,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
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",
|
||||
},
|
||||
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: "#",
|
||||
},
|
||||
label: "Sustainability", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user