Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 18:58:30 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Discover trending styles and timeless classics across sneakers, heels, boots, and more. Free shipping on orders over $50."
tag="New Arrivals"
tagIcon={Sparkles}
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/white-sneakers-closeup-men-s-apparel-summer-fashion-beach-photoshoot_53876-101216.jpg"
imageAlt="Premium shoe collection showcase"
imagePosition="right"
@@ -55,15 +55,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Emma Thompson", handle: "Fashion Blogger", testimonial: "Finally found shoes that are both stylish and comfortable. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Emma Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson"
},
{
name: "Michael Chen", handle: "Designer", testimonial: "The quality and variety of shoes here is unmatched. Best selection online.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
},
{
name: "Sarah Wilson", handle: "Style Enthusiast", testimonial: "Love the ease of navigation and fast shipping. Customer service is excellent!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Sarah Wilson"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Wilson"
}
]}
testimonialRotationInterval={5000}
@@ -155,11 +155,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Jessica Martinez", handle: "@jessicam_style", testimonial: "Amazing quality shoes at reasonable prices. The fit is perfect and shipping was incredibly fast!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
},
{
id: "2", name: "David Johnson", handle: "@davidj_runner", testimonial: "Best running shoes I've ever owned. Comfortable all day and they look great too.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "3", name: "Rachel Lee", handle: "@rachel_fashion", testimonial: "Such a wide variety of styles! Found the perfect heels for my event. Highly recommended!", rating: 5,
@@ -167,15 +167,15 @@ export default function LandingPage() {
},
{
id: "4", name: "Marcus Williams", handle: "@marcus_casual", testimonial: "Customer service helped me find my exact size. They went above and beyond to help!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
},
{
id: "5", name: "Sophie Chen", handle: "@sophiec_walks", testimonial: "Bought three pairs already. The comfort and style are unbeatable. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
},
{
id: "6", name: "Thomas Anderson", handle: "@thomas_kicks", testimonial: "This is now my go-to shoe store. Quality, selection, and service are all top-notch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
showRating={true}