diff --git a/src/app/page.tsx b/src/app/page.tsx index e19f189..e3a5aa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Sales dashboard interface" + imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1", imageAlt: "Sales dashboard interface" }, { - imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg", imageAlt: "Workflow automation" + imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg?_wi=1", imageAlt: "Workflow automation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Advanced analytics" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=1", imageAlt: "Advanced analytics" }, { - imageSrc: "http://img.b2bpic.net/free-vector/business-background-design_1200-108.jpg", imageAlt: "Integration capabilities" + imageSrc: "http://img.b2bpic.net/free-vector/business-background-design_1200-108.jpg?_wi=1", imageAlt: "Integration capabilities" }, { - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", imageAlt: "Team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=1", imageAlt: "Team collaboration" } ]} mediaAnimation="slide-up" @@ -101,7 +101,7 @@ export default function LandingPage() { id: "4", title: "Seamless CRM Integration", content: "Connect with Salesforce, HubSpot, Pipedrive, and 50+ other platforms. Your data flows automatically, eliminating manual entry and keeping everyone in sync." } ]} - imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2" imageAlt="Feature showcase dashboard" mediaAnimation="slide-up" useInvertedBackground={false} @@ -133,7 +133,7 @@ export default function LandingPage() { title: "Enterprise-Grade Security", description: "SOC 2 Type II certified. Your data is encrypted, backed up, and protected with bank-level security.", icon: Shield } ]} - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=2" imageAlt="SalesFlow team working together" mediaAnimation="slide-up" useInvertedBackground={false} @@ -157,15 +157,15 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "starter", title: "Starter", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg", imageAlt: "Starter plan", features: ["Up to 500 leads per month", "Basic lead scoring", "Email & Slack support", "Standard integrations"], + id: "starter", title: "Starter", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg?_wi=2", imageAlt: "Starter plan", features: ["Up to 500 leads per month", "Basic lead scoring", "Email & Slack support", "Standard integrations"], button: { text: "Get Started", href: "#contact" } }, { - id: "professional", title: "Professional", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Professional plan", features: ["Unlimited leads", "Advanced AI scoring", "Call recording & analysis", "Priority support", "Custom integrations"], + id: "professional", title: "Professional", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=2", imageAlt: "Professional plan", features: ["Unlimited leads", "Advanced AI scoring", "Call recording & analysis", "Priority support", "Custom integrations"], button: { text: "Start Trial", href: "#contact" } }, { - id: "enterprise", title: "Enterprise", price: "Custom", period: "/month", imageSrc: "http://img.b2bpic.net/free-vector/business-background-design_1200-108.jpg", imageAlt: "Enterprise plan", features: ["Everything in Professional", "Dedicated account manager", "Custom workflows", "Advanced analytics", "SLA guarantee"], + id: "enterprise", title: "Enterprise", price: "Custom", period: "/month", imageSrc: "http://img.b2bpic.net/free-vector/business-background-design_1200-108.jpg?_wi=2", imageAlt: "Enterprise plan", features: ["Everything in Professional", "Dedicated account manager", "Custom workflows", "Advanced analytics", "SLA guarantee"], button: { text: "Contact Sales", href: "#contact" } } ]} @@ -180,22 +180,22 @@ export default function LandingPage() {