From f21faefa027d8af191053e917da3502ade24f842 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:22:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b59134..afb8ebb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,22 +201,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Azka's design work transformed our brand completely. The attention to detail and creative vision exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Azka's design work transformed our brand completely. The attention to detail and creative vision exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen_creative", testimonial: "Working with Azka was a game-changer. Her designs perfectly captured our brand essence and our customers loved the new look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen_creative", testimonial: "Working with Azka was a game-changer. Her designs perfectly captured our brand essence and our customers loved the new look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emilydesigns", testimonial: "The most professional and creative designer I've collaborated with. Every project was delivered on time with exceptional quality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emilydesigns", testimonial: "The most professional and creative designer I've collaborated with. Every project was delivered on time with exceptional quality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@davidkim_ceo", testimonial: "Azka brought our vision to life beautifully. Her understanding of our market and design trends is truly impressive. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@davidkim_ceo", testimonial: "Azka brought our vision to life beautifully. Her understanding of our market and design trends is truly impressive. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, { - id: "5", name: "Lisa Thompson", handle: "@lisathompson", testimonial: "Outstanding work from start to finish. Azka's communication and creative problem-solving made the entire process smooth and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Thompson" + id: "5", name: "Lisa Thompson", handle: "@lisathompson", testimonial: "Outstanding work from start to finish. Azka's communication and creative problem-solving made the entire process smooth and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Thompson" }, { - id: "6", name: "James Wilson", handle: "@jameswilson", testimonial: "If you're looking for a talented designer who delivers results, Azka is your answer. Exceptional quality and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson" + id: "6", name: "James Wilson", handle: "@jameswilson", testimonial: "If you're looking for a talented designer who delivers results, Azka is your answer. Exceptional quality and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Wilson" } ]} speed={40} @@ -234,7 +234,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/yellow-background-with-devices-contact-elements_23-2147607369.jpg" + imageSrc="http://img.b2bpic.net/free-vector/yellow-background-with-devices-contact-elements_23-2147607369.jpg?_wi=1" imageAlt="Contact and collaboration" mediaAnimation="slide-up" mediaPosition="right" @@ -247,7 +247,7 @@ export default function LandingPage() {