Update src/app/page.tsx
This commit is contained in:
@@ -61,11 +61,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Rivera", handle: "Founder, TechStartup", testimonial: "They increased our Instagram engagement by 340% in just 3 months. Absolutely transformative.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Jordan Chen", handle: "CMO, E-Commerce Brand", testimonial: "Best social media partner we've worked with. Strategic, data-driven, and results-obsessed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -150,10 +150,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "Fashion E-Commerce Brand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait"
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "Fashion E-Commerce Brand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "professional headshot business portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Thompson", role: "Marketing Director", company: "SaaS Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "professional headshot business portrait"
|
||||
id: "2", name: "Marcus Thompson", role: "Marketing Director", company: "SaaS Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=2", imageAlt: "professional headshot business portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Founder", company: "Luxury Wellness Brand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-takes-coffee-break-workplace_1163-5406.jpg", imageAlt: "professional headshot business portrait"
|
||||
|
||||
Reference in New Issue
Block a user