Update src/app/page.tsx
This commit is contained in:
@@ -54,19 +54,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Andris Kalniņš", handle: "CEO, TechFlow Latvia", testimonial: "Zetta completely transformed our digital presence. Their attention to detail and creative vision exceeded our expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Laura Grigale", handle: "Founder, Creative Studio", testimonial: "Working with Zetta was seamless. They understood our brand perfectly and delivered a website that reflects our values.", 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: "Jānis Ozoliņš", handle: "Marketing Director, Riga Digital", testimonial: "Outstanding design and exceptional customer service. Zetta set a new standard for web design agencies in Latvia.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Ieva Sūna", handle: "Startup Founder, InnovateLV", testimonial: "From concept to deployment, Zetta was professional, creative, and results-driven. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -156,16 +156,16 @@ export default function LandingPage() {
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "client-1", name: "Andris Kalniņš", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Andris Kalniņš"
|
||||
id: "client-1", name: "Andris Kalniņš", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Andris Kalniņš"
|
||||
},
|
||||
{
|
||||
id: "client-2", name: "Laura Grigale", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Laura Grigale"
|
||||
id: "client-2", name: "Laura Grigale", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Laura Grigale"
|
||||
},
|
||||
{
|
||||
id: "client-3", name: "Jānis Ozoliņš", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Jānis Ozoliņš"
|
||||
id: "client-3", name: "Jānis Ozoliņš", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=2", imageAlt: "Jānis Ozoliņš"
|
||||
},
|
||||
{
|
||||
id: "client-4", name: "Ieva Sūna", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Ieva Sūna"
|
||||
id: "client-4", name: "Ieva Sūna", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2", imageAlt: "Ieva Sūna"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user