From 82d33d32d35ee1a506c7e1a23b9c1380f163cd24 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:28:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++-------------------------------------- 1 file changed, 30 insertions(+), 141 deletions(-) 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() { @@ -232,29 +135,15 @@ export default function LandingPage() { logoText="Lion Click Media" columns={[ { - title: "Services", - items: [ - { - label: "AI Ads", - href: "#services", - }, - { - label: "Consulting", - href: "#contact", - }, + title: "Services", items: [ + { label: "AI Ads", href: "#services" }, + { label: "Consulting", href: "#contact" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]} -- 2.49.1