From 2e1b4b54241e6b35a0c37dece1e36f6e8f729118 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:52:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 006e06b..56846d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,8 +127,9 @@ export default function LandingPage() { tag="Partners" tagIcon={CheckCircle} tagAnimation="slide-up" - logos={[ - "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg", "http://img.b2bpic.net/free-vector/gradient-advertising-agency-logo-design_23-2149995841.jpg", "http://img.b2bpic.net/free-vector/technological-logo-design_1424-39.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-gradient-style_23-2148135214.jpg", "http://img.b2bpic.net/free-vector/flat-design-business-workshop-labels-template_23-2149412868.jpg", "http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg"]} + names={[ + "Acme Corp", "TechFlow", "Innovate Inc", "CloudSync", "DataStream", "FinFlow", "AppVenture" + ]} textboxLayout="default" useInvertedBackground={false} speed={35} @@ -149,15 +150,15 @@ export default function LandingPage() { { id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "StartupHub transformed how our team collaborates. We went from scattered communication to a unified platform that boosted our productivity by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Sarah Chen"}, { - id: "2", name: "Marcus Rodriguez", handle: "@mrodriguez", testimonial: "The analytics dashboard gave us insights we never had before. We made smarter decisions about our product and our metrics improved significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Rodriguez"}, + id: "2", name: "Marcus Rodriguez", handle: "@mrodriguez", testimonial: "The analytics dashboard gave us insights we never had before. We made smarter decisions about our product and our metrics improved significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez"}, { - id: "3", name: "Emily Watson", handle: "@ewatson", testimonial: "As a non-technical founder, I appreciate how intuitive this platform is. Everything just works and the support team is incredibly helpful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Watson"}, + id: "3", name: "Emily Watson", handle: "@ewatson", testimonial: "As a non-technical founder, I appreciate how intuitive this platform is. Everything just works and the support team is incredibly helpful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson"}, { id: "4", name: "David Kim", handle: "@davidkim_ceo", testimonial: "The integrations with our existing tools were seamless. We saved weeks of development time and our team adopted it immediately.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Kim"}, { id: "5", name: "Jessica Patel", handle: "@jpatel", testimonial: "StartupHub connected us with mentors who completely changed our trajectory. The network alone is worth the investment.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Jessica Patel"}, { - id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "We raised $3M in funding with help from investors we met through StartupHub. Best decision we made for our startup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Alex Thompson"}, + id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "We raised $3M in funding with help from investors we met through StartupHub. Best decision we made for our startup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Thompson"}, ]} animationType="slide-up" speed={40} -- 2.49.1