Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 16:07:27 +00:00

View File

@@ -52,19 +52,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Outstanding work on our brand redesign. Delivered beyond expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
name: "Michael Chen", handle: "Founder, Innovation Lab", testimonial: "Exceptional creativity and attention to detail. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=1", imageAlt: "Michael Chen"
},
{
name: "Emma Rodriguez", handle: "Marketing Director, GrowthCo", testimonial: "Professional, creative, and delivered exactly what we needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1", imageAlt: "Emma Rodriguez"
},
{
name: "David Kim", handle: "Product Manager, StartupXYZ", testimonial: "Best designer we've worked with. Transformed our digital presence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1", imageAlt: "David Kim"
}
]}
testimonialRotationInterval={5000}
@@ -132,16 +132,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Transformed Our Digital Presence", quote: "The team completely transformed our digital strategy. Their creative approach combined with technical expertise delivered results we didn't think were possible.", name: "Sarah Johnson", role: "CEO, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "Sarah Johnson"
id: "1", title: "Transformed Our Digital Presence", quote: "The team completely transformed our digital strategy. Their creative approach combined with technical expertise delivered results we didn't think were possible.", name: "Sarah Johnson", role: "CEO, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg?_wi=2", imageAlt: "Sarah Johnson"
},
{
id: "2", title: "Exceptional Attention to Detail", quote: "Every pixel was carefully considered. The level of professionalism and attention to detail in every project has been exceptional.", name: "Michael Chen", role: "Founder, Innovation Lab", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Michael Chen"
id: "2", title: "Exceptional Attention to Detail", quote: "Every pixel was carefully considered. The level of professionalism and attention to detail in every project has been exceptional.", name: "Michael Chen", role: "Founder, Innovation Lab", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "3", title: "Partner We Can Rely On", quote: "A true partner who understands our business goals and translates them into beautiful, functional designs. Highly recommended.", name: "Emma Rodriguez", role: "Marketing Director, GrowthCo", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Emma Rodriguez"
id: "3", title: "Partner We Can Rely On", quote: "A true partner who understands our business goals and translates them into beautiful, functional designs. Highly recommended.", name: "Emma Rodriguez", role: "Marketing Director, GrowthCo", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", imageAlt: "Emma Rodriguez"
},
{
id: "4", title: "Game-Changer for Our Brand", quote: "Working on this project was a pleasure. The designer brought fresh perspectives and executed with precision and creativity.", name: "David Kim", role: "Product Manager, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Kim"
id: "4", title: "Game-Changer for Our Brand", quote: "Working on this project was a pleasure. The designer brought fresh perspectives and executed with precision and creativity.", name: "David Kim", role: "Product Manager, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2", imageAlt: "David Kim"
}
]}
/>