Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:58:38 +00:00
parent c33d78116b
commit 6ab5b3db40

View File

@@ -69,28 +69,20 @@ export default function HomePage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
testimonials={[ testimonials={[
{ {
name: "Sarah Johnson", handle: "Fashion Enthusiast", testimonial: name: "Sarah Johnson", handle: "Fashion Enthusiast", testimonial: "The quality and selection are unmatched. I found exactly what I was looking for!", rating: 5,
"The quality and selection are unmatched. I found exactly what I was looking for!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson"
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson"
}, },
{ {
name: "Michael Chen", handle: "Verified Buyer", testimonial: name: "Michael Chen", handle: "Verified Buyer", testimonial: "Fast shipping and excellent customer service. Highly recommend this store!", rating: 5,
"Fast shipping and excellent customer service. Highly recommend this store!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen"
imageSrc:
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen"
}, },
{ {
name: "Emily Rodriguez", handle: "Regular Customer", testimonial: name: "Emily Rodriguez", handle: "Regular Customer", testimonial: "Amazing products at great prices. This is my go-to online store.", rating: 5,
"Amazing products at great prices. This is my go-to online store.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emily Rodriguez"
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emily Rodriguez"
}, },
{ {
name: "David Kim", handle: "Premium Member", testimonial: name: "David Kim", handle: "Premium Member", testimonial: "Outstanding experience from browsing to checkout. Will definitely shop again!", rating: 5,
"Outstanding experience from browsing to checkout. Will definitely shop again!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"
}, },
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
@@ -115,33 +107,27 @@ export default function HomePage() {
features={[ features={[
{ {
icon: Truck, icon: Truck,
title: "Fast & Free Shipping", description: title: "Fast & Free Shipping", description: "Complimentary shipping on orders over $50 with delivery in 2-3 business days"
"Complimentary shipping on orders over $50 with delivery in 2-3 business days"
}, },
{ {
icon: Shield, icon: Shield,
title: "Secure Checkout", description: title: "Secure Checkout", description: "SSL-encrypted payments with multiple payment options for your safety"
"SSL-encrypted payments with multiple payment options for your safety"
}, },
{ {
icon: RotateCcw, icon: RotateCcw,
title: "Easy Returns", description: title: "Easy Returns", description: "30-day money-back guarantee with hassle-free return process"
"30-day money-back guarantee with hassle-free return process"
}, },
{ {
icon: Headphones, icon: Headphones,
title: "24/7 Support", description: title: "24/7 Support", description: "Dedicated customer service team ready to help whenever you need"
"Dedicated customer service team ready to help whenever you need"
}, },
{ {
icon: Zap, icon: Zap,
title: "Premium Quality", description: title: "Premium Quality", description: "All products sourced from trusted brands and verified sellers"
"All products sourced from trusted brands and verified sellers"
}, },
{ {
icon: Gift, icon: Gift,
title: "Loyalty Rewards", description: title: "Loyalty Rewards", description: "Earn points on every purchase and enjoy exclusive member benefits"
"Earn points on every purchase and enjoy exclusive member benefits"
}, },
]} ]}
/> />
@@ -160,20 +146,16 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
products={[ products={[
{ {
id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", imageAlt: "Wireless headphones"
"http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", imageAlt: "Wireless headphones"
}, },
{ {
id: "2", name: "Elegant Watch Collection", price: "$249.99", imageSrc: id: "2", name: "Elegant Watch Collection", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg?_wi=1", imageAlt: "Designer watch"
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg?_wi=1", imageAlt: "Designer watch"
}, },
{ {
id: "3", name: "Smart Phone Stand", price: "$39.99", imageSrc: id: "3", name: "Smart Phone Stand", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg?_wi=1", imageAlt: "Phone stand"
"http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg?_wi=1", imageAlt: "Phone stand"
}, },
{ {
id: "4", name: "Premium Backpack", price: "$159.99", imageSrc: id: "4", name: "Premium Backpack", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg?_wi=1", imageAlt: "Travel backpack"
"http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg?_wi=1", imageAlt: "Travel backpack"
}, },
]} ]}
/> />
@@ -208,34 +190,22 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Jessica Lopez", handle: "@jessicalopez", testimonial: id: "1", name: "Jessica Lopez", handle: "@jessicalopez", testimonial: "Outstanding quality and incredible prices! I've been shopping here for over a year and never had a single issue.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Jessica Lopez"
"Outstanding quality and incredible prices! I've been shopping here for over a year and never had a single issue.", imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Jessica Lopez"
}, },
{ {
id: "2", name: "Marcus Thompson", handle: "@marcusthompson", testimonial: id: "2", name: "Marcus Thompson", handle: "@marcusthompson", testimonial: "The customer service team is phenomenal. They resolved my question within hours!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg?_wi=1", imageAlt: "Marcus Thompson"
"The customer service team is phenomenal. They resolved my question within hours!", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg?_wi=1", imageAlt: "Marcus Thompson"
}, },
{ {
id: "3", name: "Amanda Park", handle: "@amandapark", testimonial: id: "3", name: "Amanda Park", handle: "@amandapark", testimonial: "Best online shopping experience ever. Fast delivery and the products are exactly as described.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Amanda Park"
"Best online shopping experience ever. Fast delivery and the products are exactly as described.", imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Amanda Park"
}, },
{ {
id: "4", name: "Robert Singh", handle: "@robertsingh", testimonial: id: "4", name: "Robert Singh", handle: "@robertsingh", testimonial: "Love the loyalty program! I earn rewards on every purchase and get exclusive discounts.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg?_wi=1", imageAlt: "Robert Singh"
"Love the loyalty program! I earn rewards on every purchase and get exclusive discounts.", imageSrc:
"http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg?_wi=1", imageAlt: "Robert Singh"
}, },
{ {
id: "5", name: "Sofia Martinez", handle: "@sofiam", testimonial: id: "5", name: "Sofia Martinez", handle: "@sofiam", testimonial: "Fantastic selection and unbeatable prices. This is my favorite place to shop online!", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg?_wi=1", imageAlt: "Sofia Martinez"
"Fantastic selection and unbeatable prices. This is my favorite place to shop online!", imageSrc:
"http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg?_wi=1", imageAlt: "Sofia Martinez"
}, },
{ {
id: "6", name: "James Wilson", handle: "@jameswilson", testimonial: id: "6", name: "James Wilson", handle: "@jameswilson", testimonial: "The website is so easy to navigate. Finding products and checking out is a breeze!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Wilson"
"The website is so easy to navigate. Finding products and checking out is a breeze!", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Wilson"
}, },
]} ]}
speed={40} speed={40}
@@ -296,18 +266,10 @@ export default function HomePage() {
}, },
{ {
items: [ items: [
{ { label: "Facebook", href: "https://facebook.com" },
label: "Facebook", href: "https://facebook.com" { label: "Twitter", href: "https://twitter.com" },
}, { label: "Instagram", href: "https://instagram.com" },
{ { label: "LinkedIn", href: "https://linkedin.com" },
label: "Twitter", href: "https://twitter.com"
},
{
label: "Instagram", href: "https://instagram.com"
},
{
label: "LinkedIn", href: "https://linkedin.com"
},
], ],
}, },
]} ]}