Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 06:34:11 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Zap, Award, Shoe, Home, ShoppingBag, Heart, ShoppingCart, Package, CheckCircle, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react";
import { Zap, Award, Package, Home, ShoppingBag, Heart, ShoppingCart, CheckCircle, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react";
export default function SoleStrideLanding() {
return (
@@ -20,7 +20,7 @@ export default function SoleStrideLanding() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -46,13 +46,13 @@ export default function SoleStrideLanding() {
description="Discover premium footwear crafted for comfort, style, and performance. Find your perfect pair today."
tag="Premium Shoes"
tagIcon={Zap}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Shop Collection", href: "products" },
{ text: "Learn More", href: "features" },
]}
dashboard={{
title: "Shoe Collections", logoIcon: Shoe,
title: "Shoe Collections", logoIcon: Package,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8084.jpg", buttons: [
{ text: "Browse All", href: "products" },
{ text: "New Arrivals", href: "#" },
@@ -92,7 +92,7 @@ export default function SoleStrideLanding() {
products={[
{
id: "1", brand: "SoleStride", name: "Urban Runner Pro", price: "$129.99", rating: 5,
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-wearing-running-shoes_23-2149037720.jpg?_wi=1", imageAlt: "Urban Runner Pro Shoes"},
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-wearing-running-shoes_23-2149037720.jpg", imageAlt: "Urban Runner Pro Shoes"},
{
id: "2", brand: "SoleStride", name: "Classic Comfort", price: "$99.99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/friends-wearing-different-shoes_285396-3244.jpg", imageAlt: "Classic Comfort Sneakers"},
@@ -101,7 +101,7 @@ export default function SoleStrideLanding() {
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/male-wedding-shoes_1303-10474.jpg", imageAlt: "Elegant Formal Shoes"},
{
id: "4", brand: "SoleStride", name: "Adventure Trail", price: "$139.99", rating: 5,
reviewCount: "1.6k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-wearing-running-shoes_23-2149037720.jpg?_wi=2", imageAlt: "Adventure Trail Shoes"},
reviewCount: "1.6k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-wearing-running-shoes_23-2149037720.jpg", imageAlt: "Adventure Trail Shoes"},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -156,17 +156,17 @@ export default function SoleStrideLanding() {
tag="Reviews"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_runner", testimonial: "These shoes are game-changers! The comfort is unmatched. I've run three marathons in them and my feet have never felt better.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", handle: "@sarahj_runner", testimonial: "These shoes are game-changers! The comfort is unmatched. I've run three marathons in them and my feet have never felt better.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", handle: "@mchen_style", testimonial: "Perfect blend of style and comfort. I wear them everywhere—from casual outings to professional meetings. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", handle: "@mchen_style", testimonial: "Perfect blend of style and comfort. I wear them everywhere—from casual outings to professional meetings. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Davis", handle: "@emily_fitness", testimonial: "Outstanding quality and durability. After six months of intense workouts, they still feel brand new. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=1", imageAlt: "Emily Davis"},
id: "3", name: "Emily Davis", handle: "@emily_fitness", testimonial: "Outstanding quality and durability. After six months of intense workouts, they still feel brand new. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "Emily Davis"},
{
id: "4", name: "James Wilson", handle: "@james_travel", testimonial: "Traveled across five countries in these shoes. They're lightweight, comfortable, and look fantastic. My new travel essential!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=2", imageAlt: "James Wilson"},
id: "4", name: "James Wilson", handle: "@james_travel", testimonial: "Traveled across five countries in these shoes. They're lightweight, comfortable, and look fantastic. My new travel essential!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "James Wilson"},
{
id: "5", name: "Lisa Rodriguez", handle: "@lisa_adventure", testimonial: "Never thought shoes could be this comfortable and stylish. They've become my go-to for every adventure. Best purchase!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=3", imageAlt: "Lisa Rodriguez"},
id: "5", name: "Lisa Rodriguez", handle: "@lisa_adventure", testimonial: "Never thought shoes could be this comfortable and stylish. They've become my go-to for every adventure. Best purchase!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "Lisa Rodriguez"},
{
id: "6", name: "David Kim", handle: "@david_professional", testimonial: "As a healthcare worker on my feet 12+ hours daily, these shoes are a lifesaver. Comfort, support, and style—everything I needed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=4", imageAlt: "David Kim"},
id: "6", name: "David Kim", handle: "@david_professional", testimonial: "As a healthcare worker on my feet 12+ hours daily, these shoes are a lifesaver. Comfort, support, and style—everything I needed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "David Kim"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -202,7 +202,7 @@ export default function SoleStrideLanding() {
<ContactText
text="Ready to find your perfect shoes? Join thousands of satisfied customers and discover comfort like never before."
animationType="entrance-slide"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Shop Now", href: "products" },