diff --git a/src/app/page.tsx b/src/app/page.tsx index ed77f6c..d94adaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -57,11 +49,9 @@ export default function LandingPage() { description="We connect AI and tech companies with creators who genuinely engage your audience. Strategic partnerships, managed relationships, measurable results—all handled so you can scale." buttons={[ { - text: "Launch Your Partnership", - href: "#contact", - }, + text: "Launch Your Partnership", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg" buttonAnimation="slide-up" /> @@ -74,19 +64,13 @@ export default function LandingPage() { description="In the fast-paced AI and tech sectors, influence is about credibility. We curate authentic creators who communicate your value, not just your features." bulletPoints={[ { - title: "AI-First Curation", - description: "We identify creators who actually understand your technology.", - }, + title: "AI-First Curation", description: "We identify creators who actually understand your technology."}, { - title: "Transparent Analytics", - description: "Real-time visibility into campaign ROI and creator engagement.", - }, + title: "Transparent Analytics", description: "Real-time visibility into campaign ROI and creator engagement."}, { - title: "Workflow Efficiency", - description: "Streamlined management from outreach to conversion tracking.", - }, + title: "Workflow Efficiency", description: "Streamlined management from outreach to conversion tracking."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/engineers-using-laptop-data-center-managing-server-virtualization_482257-120991.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/engineers-using-laptop-data-center-managing-server-virtualization_482257-120991.jpg" mediaAnimation="slide-up" /> @@ -98,55 +82,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Automated CRM", - description: "Track thousands of partner touchpoints without manual spreadsheets.", - icon: Zap, + title: "Automated CRM", description: "Track thousands of partner touchpoints without manual spreadsheets.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=1", - imageAlt: "Feature 1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", imageAlt: "Feature 1"}, { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-screen_53876-26853.jpg?_wi=1", - imageAlt: "Feature 2", - }, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-screen_53876-26853.jpg", imageAlt: "Feature 2"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=2", - imageAlt: "digital network background blue", }, { - title: "ROI Reporting", - description: "Deep-dive attribution models for every influencer channel.", - icon: BarChart2, + title: "ROI Reporting", description: "Deep-dive attribution models for every influencer channel.", icon: BarChart2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=2", - imageAlt: "Feature 3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", imageAlt: "Feature 3"}, { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-screen_53876-26853.jpg?_wi=2", - imageAlt: "Feature 4", - }, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-screen_53876-26853.jpg", imageAlt: "Feature 4"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/engineers-using-laptop-data-center-managing-server-virtualization_482257-120991.jpg?_wi=2", - imageAlt: "marketing team analyzing data", }, { - title: "Creator Vetting", - description: "Audit creator audiences for engagement quality and technical niche overlap.", - icon: ShieldCheck, + title: "Creator Vetting", description: "Audit creator audiences for engagement quality and technical niche overlap.", icon: ShieldCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=3", - imageAlt: "Feature 5", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", imageAlt: "Feature 5"}, { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-screen_53876-26853.jpg?_wi=3", - imageAlt: "Feature 6", - }, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-screen_53876-26853.jpg", imageAlt: "Feature 6"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg?_wi=4", - imageAlt: "ai campaign management interface", }, ]} title="Campaign Management, Elevated" @@ -157,43 +117,19 @@ export default function LandingPage() {
@@ -252,50 +177,31 @@ export default function LandingPage() {