Update src/app/page.tsx
This commit is contained in:
@@ -67,15 +67,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Chen", handle: "@techleader2024", testimonial: "CyberDNA Store revolutionized how I source tech products. The selection is incredible.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-modern-tech-1773497723719-d625ac11.png", imageAlt: "Alex Chen"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-modern-tech-1773497723719-d625ac11.png?_wi=1", imageAlt: "Alex Chen"
|
||||
},
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@innovator_sm", testimonial: "Best tech marketplace I've found. Premium quality, fast shipping, and excellent support.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-tech-savvy--1773497724238-573c2f8a.png", imageAlt: "Sarah Mitchell"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-tech-savvy--1773497724238-573c2f8a.png?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
name: "Marcus Rodriguez", handle: "@techvisionary", testimonial: "The curated selection of cutting-edge products is exactly what tech enthusiasts need.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-capturing-divers-1773497724330-1e0ee3a7.png", imageAlt: "Marcus Rodriguez"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-capturing-divers-1773497724330-1e0ee3a7.png?_wi=1", imageAlt: "Marcus Rodriguez"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -217,13 +217,13 @@ export default function LandingPage() {
|
||||
id: "test-003", name: "David Morrison", role: "Innovation Director", testimonial: "The quality and selection of products is unmatched. Every purchase has exceeded my expectations. This is the future of tech retail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-tech-specia-1773497724354-77c218d7.png", imageAlt: "David Morrison", icon: Star
|
||||
},
|
||||
{
|
||||
id: "test-004", name: "Lisa Anderson", role: "Creative Director", testimonial: "Outstanding experience from browsing to delivery. The attention to detail in everything they do really sets them apart from competitors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-modern-tech-1773497723719-d625ac11.png", imageAlt: "Lisa Anderson", icon: Star
|
||||
id: "test-004", name: "Lisa Anderson", role: "Creative Director", testimonial: "Outstanding experience from browsing to delivery. The attention to detail in everything they do really sets them apart from competitors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-modern-tech-1773497723719-d625ac11.png?_wi=2", imageAlt: "Lisa Anderson", icon: Star
|
||||
},
|
||||
{
|
||||
id: "test-005", name: "Michael Chen", role: "Tech Consultant", testimonial: "I recommend CyberDNA Store to all my clients. The products are authentic, the prices are fair, and the support team is incredibly responsive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-tech-savvy--1773497724238-573c2f8a.png", imageAlt: "Michael Chen", icon: Star
|
||||
id: "test-005", name: "Michael Chen", role: "Tech Consultant", testimonial: "I recommend CyberDNA Store to all my clients. The products are authentic, the prices are fair, and the support team is incredibly responsive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-of-a-tech-savvy--1773497724238-573c2f8a.png?_wi=2", imageAlt: "Michael Chen", icon: Star
|
||||
},
|
||||
{
|
||||
id: "test-006", name: "Rachel Foster", role: "Product Manager", testimonial: "Best tech shopping experience I've had. From product discovery to post-purchase support, everything is seamlessly designed and executed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-capturing-divers-1773497724330-1e0ee3a7.png", imageAlt: "Rachel Foster", icon: Star
|
||||
id: "test-006", name: "Rachel Foster", role: "Product Manager", testimonial: "Best tech shopping experience I've had. From product discovery to post-purchase support, everything is seamlessly designed and executed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJKbV0yIKpi587O8WqJc1gVli/a-professional-headshot-capturing-divers-1773497724330-1e0ee3a7.png?_wi=2", imageAlt: "Rachel Foster", icon: Star
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user