Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 23:34:39 +00:00

View File

@@ -118,16 +118,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Alexandra Chen", handle: "@alexandrachen", testimonial: "Exceptional strategic vision. The rebrand completely elevated our market position and resonated deeply with our target audience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexandra Chen"},
{
id: "2", name: "Marcus Johnson", handle: "@marcusj", testimonial: "Working with this creative director was transformative. Every decision was backed by solid strategy and impeccable execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"},
{
id: "3", name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "The attention to detail is unparalleled. Our campaign exceeded all KPIs and became a case study in the industry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sophie Laurent"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sophie Laurent"},
{
id: "4", name: "David Park", handle: "@davidpark_", testimonial: "A true visionary who understands both creative excellence and business objectives. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Park"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "David Park"},
]}
textboxLayout="default"
useInvertedBackground={false}