Update src/app/page.tsx

This commit is contained in:
2026-03-02 17:48:31 +00:00
parent 76a74387b8
commit 030bb57ee3

View File

@@ -53,11 +53,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex Johnson", handle: "Premium Customer", testimonial: "Best sneakers I've ever owned. The quality and comfort are exceptional!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
},
{
name: "Sarah Mitchell", handle: "Fashion Enthusiast", testimonial: "The style and durability are unmatched. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
buttons={[
@@ -65,6 +65,7 @@ export default function LandingPage() {
{ text: "View Collection", href: "about" }
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>
@@ -156,16 +157,16 @@ export default function LandingPage() {
textboxLayout="default"
testimonials={[
{
id: "1", title: "Exceptional Quality and Comfort", quote: "I've purchased multiple pairs from SneakerHub and they never disappoint. The quality is exceptional and they're incredibly comfortable for all-day wear.", name: "Michael Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Michael Chen"
id: "1", title: "Exceptional Quality and Comfort", quote: "I've purchased multiple pairs from SneakerHub and they never disappoint. The quality is exceptional and they're incredibly comfortable for all-day wear.", name: "Michael Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michael Chen"
},
{
id: "2", title: "Perfect Fit Every Time", quote: "The sizing is accurate and the shipping is incredibly fast. I had my sneakers within 2 days!", name: "Emma Rodriguez", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Rodriguez"
id: "2", title: "Perfect Fit Every Time", quote: "The sizing is accurate and the shipping is incredibly fast. I had my sneakers within 2 days!", name: "Emma Rodriguez", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "3", title: "Trending Styles at Great Prices", quote: "Love the latest collections available here. They always have what's trending and the prices are reasonable.", name: "James Wilson", role: "Fashion Blogger", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "James Wilson"
id: "3", title: "Trending Styles at Great Prices", quote: "Love the latest collections available here. They always have what's trending and the prices are reasonable.", name: "James Wilson", role: "Fashion Blogger", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "James Wilson"
},
{
id: "4", title: "Excellent Customer Service", quote: "Had an issue with my order and their customer service team resolved it immediately. Highly impressed!", name: "Lisa Park", role: "Premium Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Lisa Park"
id: "4", title: "Excellent Customer Service", quote: "Had an issue with my order and their customer service team resolved it immediately. Highly impressed!", name: "Lisa Park", role: "Premium Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Park"
}
]}
buttons={[