diff --git a/src/app/page.tsx b/src/app/page.tsx index fd5672d..b66547b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -136,41 +91,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "James Smith", - role: "CEO", - testimonial: "Transformed our OC brand identity.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg", - }, - { - id: "2", - name: "Elena Rodriguez", - role: "Director", - testimonial: "AI precision saved our marketing spend.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", - }, - { - id: "3", - name: "Mark Chen", - role: "Founder", - testimonial: "Unparalleled reach and engagement.", - imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg", - }, - { - id: "4", - name: "Sarah Miller", - role: "CMO", - testimonial: "The best AI partner we've found.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-businessman-with-digital-tablet_1262-2373.jpg", - }, - { - id: "5", - name: "David Kim", - role: "Partner", - testimonial: "ROI metrics are beyond our expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", - }, + { id: "1", name: "James Smith", role: "CEO", testimonial: "Transformed our OC brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg" }, + { id: "2", name: "Elena Rodriguez", role: "Director", testimonial: "AI precision saved our marketing spend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" }, + { id: "3", name: "Mark Chen", role: "Founder", testimonial: "Unparalleled reach and engagement.", imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg" }, + { id: "4", name: "Sarah Miller", role: "CMO", testimonial: "The best AI partner we've found.", imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-businessman-with-digital-tablet_1262-2373.jpg" }, + { id: "5", name: "David Kim", role: "Partner", testimonial: "ROI metrics are beyond our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg" }, ]} title="Trusted by OC Leaders" description="Hear what our clients say." @@ -181,21 +106,9 @@ export default function LandingPage() {