Update src/app/page.tsx
This commit is contained in:
@@ -54,15 +54,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "Founder, TechFlow", testimonial: "SCORE's mentors provided the validation I needed. Within 3 months, we pivoted our strategy and increased revenue by 40%.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=he2bax", imageAlt: "Sarah Chen, Founder of TechFlow"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=he2bax&_wi=1", imageAlt: "Sarah Chen, Founder of TechFlow"
|
||||
},
|
||||
{
|
||||
name: "Marcus Johnson", handle: "CEO, GrowthScale", testimonial: "Finding the right mentor changed everything. SCORE matched me with someone who'd scaled 3 companies. The guidance was invaluable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yjm29j", imageAlt: "Marcus Johnson, CEO of GrowthScale"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yjm29j&_wi=1", imageAlt: "Marcus Johnson, CEO of GrowthScale"
|
||||
},
|
||||
{
|
||||
name: "Elena Rodriguez", handle: "Co-founder, NextGen Solutions", testimonial: "As a first-time founder, I felt lost. My SCORE mentor helped me create a strategic roadmap and connected me with key resources.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iqfki8", imageAlt: "Elena Rodriguez, Co-founder of NextGen Solutions"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iqfki8&_wi=1", imageAlt: "Elena Rodriguez, Co-founder of NextGen Solutions"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -147,13 +147,13 @@ export default function LandingPage() {
|
||||
cardTagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=he2bax", imageAlt: "Sarah Chen"
|
||||
id: "testimonial-1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=he2bax&_wi=2", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Marcus Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yjm29j", imageAlt: "Marcus Johnson"
|
||||
id: "testimonial-2", name: "Marcus Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yjm29j&_wi=2", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Elena Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iqfki8", imageAlt: "Elena Rodriguez"
|
||||
id: "testimonial-3", name: "Elena Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iqfki8&_wi=2", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "David Wong", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=75ce6x", imageAlt: "David Wong"
|
||||
|
||||
Reference in New Issue
Block a user