From 1bda87a3a407368afe708a57fbbbceb2121778f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 04:22:44 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 244 +++++++++++++++++++---------------------- 1 file changed, 113 insertions(+), 131 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8ca564e..4617aee 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,151 +11,133 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ brand="Scaling Excellence Globally" + description="Empowering businesses with world-class remote talent, customized workflows, and scalable digital transformation solutions." + primaryButton={{ text: "Schedule Consultation", href: "#contact" }} + secondaryButton={{ text: "Learn More", href: "#about" }} + imageSrc="http://img.b2bpic.net/free-photo/group-businesswomen-working-together-laptops-modern-office_9975-23524.jpg" + /> +
+
-
- +
+ - -
+ title="Built for Global Scalability" + descriptions={[ + "We bridge the gap between ambitious companies and elite global talent, ensuring seamless integration into your existing teams.", "Our operational excellence frameworks deliver measurable ROI while reducing overhead costs by up to 60%.", "Focus on your core competencies while we handle the complexity of global resource management." + ]} + primaryButton={{ text: "Our Methodology", href: "#features" }} + /> +
+
-
- +
+ - -
+ tag="Capabilities" + title="Comprehensive Outsourcing Services" + description="We specialize in key business sectors that require agility, specialized skill, and scalable capacity." + items={[ + { + title: "Software Development", description: "Full-stack engineering teams tailored to your technology roadmap.", imageSrc: "http://img.b2bpic.net/free-photo/software-development-operations-system-concept_107791-17423.jpg" + }, + { + title: "Customer Success", description: "24/7 omni-channel support that maintains your brand quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-standing-with-mobile-phone-night-street-outdoors-female-caucasian-student-reading-text-messages-her-cell-phone-with-reflected-her-face-screen-light-blank-screen-phone_1391-85.jpg" + }, + { + title: "Data Analytics", description: "Extract actionable insights from complex datasets with our specialized experts.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904315.jpg" + } + ]} + /> +
+
-
- +
+ - -
+ tag="Impact" + title="Tangible Results Delivered" + description="Numbers speak to our commitment to efficiency and high-standard delivery." + metrics={[ + { icon: "Users", title: "Talent Network", value: "10,000+" }, + { icon: "Clock", title: "Time Saved", value: "500k+" }, + { icon: "TrendingUp", title: "Client Growth", value: "200%" } + ]} + /> +
+
-
- +
+ - -
+ tag="Social Proof" + title="Trusted by Global Partners" + description="See why top-tier companies entrust their scaling operations to us." + testimonials={[ + { name: "Alice Wang", role: "CTO", quote: "Seamless integration and top-tier talent. Absolute game changer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, + { name: "Marcus Thorne", role: "Product Manager", quote: "Productivity hit record highs within just three weeks of partnership.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg" }, + { name: "Sarah Miller", role: "CEO", quote: "Their scalable approach allowed us to launch in three new markets simultaneously.", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg" }, + { name: "David Gupta", role: "Ops Director", quote: "High quality delivery and impeccable communication standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg" }, + { name: "Elena Rossi", role: "VP Operations", quote: "A true partner in business growth, not just another outsourcing firm.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Engagement Models" + title="Transparent Pricing" + description="Choose the model that aligns with your current team needs." + plans={[ + { + tag: "Starter", price: "$2,900/mo", description: "Small team pilot or single specialist model.", features: ["Dedicated Project Manager", "Standard Reporting", "Daily Stand-ups"], + primaryButton: { text: "Get Started", href: "#contact" } + }, + { + tag: "Growth", price: "$8,500/mo", description: "Scaling fast with full squad support.", features: ["Full Stack Squad", "Advanced Analytics", "Quarterly Strategy"], + primaryButton: { text: "Scale Up", href: "#contact" } + }, + { + tag: "Enterprise", price: "Custom", description: "High-volume enterprise outsourcing workflows.", features: ["Dedicated Talent Pool", "Global Infrastructure", "Custom SLA"], + primaryButton: { text: "Contact Sales", href: "#contact" } + } + ]} + /> +
+
-
- +
+ - -
+ tag="Support" + title="Frequently Asked Questions" + description="Answers to common concerns about our processes and partnership models." + items={[ + { question: "How quickly can we start?", answer: "Our talent pool allows us to deploy teams within 7-14 days." }, + { question: "How is communication handled?", answer: "We align with your preferred communication stacks, including Slack, Jira, and Teams." }, + { question: "What about data security?", answer: "All talent operates in secure environments with strictly enforced data protocols and NDAs." } + ]} + imageSrc="http://img.b2bpic.net/free-photo/audio-equipment-headset-with-mic-used-customer-support-job-workspace-closeup_482257-126144.jpg" + /> +
+
-
- +
+ - -
+ tag="Ready to scale?" + text="Let's build your next high-performing remote team." + primaryButton={{ text: "Schedule Free Discovery", href: "#contact" }} + secondaryButton={{ text: "Email Sales", href: "mailto:hello@outsourcepro.com" }} + /> +
+
); -} +} \ No newline at end of file -- 2.49.1