From b12fc4172f05fbde89fb4d8e1cea04d4c18bb450 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:27:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2637c8..e9d6a16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,12 @@ export default function SocialFlowLanding() { testimonials={[ { name: "Jennifer Martinez", handle: "CEO, Tech Innovations Inc.", testimonial: "SocialFlow transformed our social strategy completely. Engagement increased by 240% in just three months!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jennifer Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Martinez" + }, { name: "David Chen", handle: "Marketing Director, Fashion Forward", testimonial: "Professional, creative, and results-driven. They truly understand our brand voice and audience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "David Chen" + } ]} buttons={[ { text: "Get Started", href: "#contact" }, @@ -142,10 +144,12 @@ export default function SocialFlowLanding() { tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} - names=[ - "Tech Innovations Inc.", "Fashion Forward", "Urban Coffee Collective", "Wellness & Fitness Co.", "Digital Marketing Agency", "E-Commerce Leaders", "Creative Studios", "Professional Services Firm"] + names={[ + "Tech Innovations Inc.", "Fashion Forward", "Urban Coffee Collective", "Wellness & Fitness Co.", "Digital Marketing Agency", "E-Commerce Leaders", "Creative Studios", "Professional Services Firm" + ]} logos={[ - "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-vector/fashion-brand-logos-monograms-set-six_1017-31433.jpg", "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", "http://img.b2bpic.net/free-vector/gradient-holistic-logo-collection_52683-56387.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-high-school-logo-design_23-2149667309.jpg"]} + "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-vector/fashion-brand-logos-monograms-set-six_1017-31433.jpg", "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", "http://img.b2bpic.net/free-vector/gradient-holistic-logo-collection_52683-56387.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-high-school-logo-design_23-2149667309.jpg" + ]} speed={40} showCard={true} buttons={[{ text: "View Case Studies", href: "#" }]} @@ -157,17 +161,23 @@ export default function SocialFlowLanding() {