diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fcabd2a..16478fe 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,264 +12,139 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Innovative Tech Solutions" + title="Build the Future with Advanced Technology" + description="We deliver cutting-edge software and infrastructure to help your business scale efficiently." + primaryButton={{ + text: "Get Started", href: "#contact"}} + secondaryButton={{ + text: "Learn More", href: "#about"}} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-design_1048-12972.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hardware-component-background_23-2148882609.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-breach-digital-lock-unlocked_23-2152004074.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-table-typing-laptop_1423-241.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Mission" + quote="Innovation is the heartbeat of our organization. We strive to create tools that empower developers and businesses alike." + author="Jane Doe" + role="Founder & CEO" + imageSrc="http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-118685.jpg" + /> +
+
-
- +
+ - -
+ tag="Key Capabilities" + title="Everything You Need to Succeed" + description="Advanced tools designed for performance and reliability." + features={[ + { + title: "Real-time Insights", description: "Track your progress with real-time charts.", bentoComponent: "animated-bar-chart"}, + { + title: "Global Network", description: "Connect across borders effortlessly.", bentoComponent: "orbiting-icons", centerIcon: "Globe", orbitIcons: ["Wifi", "Smartphone", "Server", "Database"], + }, + { + title: "Smart Communication", description: "Stay in touch with our AI assistant.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [ + { + userMessage: "How's the server load?", aiResponse: "Optimal, running at 42% capacity."}, + ], + placeholder: "Ask anything..."}, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Products" + title="Cutting-Edge Tech Stack" + description="A collection of tools crafted for modern developers." + items={[ + { title: "Analytics Engine", description: "Powerful data processing.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-with-tablet_23-2149930989.jpg" }, + { title: "Security Suite", description: "Robust protection for your apps.", imageSrc: "http://img.b2bpic.net/free-photo/blue-plastic-discs_23-2147781428.jpg" }, + { title: "Cloud Hub", description: "Scalable hosting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg" }, + { title: "AI Assistant", description: "Optimize your workflow.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182564.jpg" }, + { title: "Developer Portal", description: "Streamlined documentation.", imageSrc: "http://img.b2bpic.net/free-photo/nature-ecology-go-green-concept_53876-133663.jpg" }, + { title: "Infrastructure", description: "Reliable hardware backbone.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-technology-background-with-connecting-lines-dots_1048-14613.jpg" }, + { title: "Design System", description: "Consistent UI components.", imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-gaming_23-2151138388.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Impact" + title="Numbers That Speak" + description="Delivering measurable results." + metrics={[ + { value: "100+", description: "Happy Clients" }, + { value: "5M+", description: "Requests Handled" }, + { value: "99.9%", description: "Uptime Guaranteed" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Client Stories" + title="Loved by Professionals" + description="See why top industry leaders choose our platform." + testimonials={[ + { name: "Sarah J.", role: "CTO", quote: "Incredible performance boost after switching.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-looking-camera-with-arms-folded-smiling_1098-18840.jpg" }, + { name: "Michael B.", role: "Lead Dev", quote: "The API is extremely robust and developer-friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg" }, + { name: "Emily R.", role: "PM", quote: "A total game changer for our team productivity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453368.jpg" }, + { name: "David L.", role: "Founder", quote: "Reliability and support are top notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg" }, + { name: "Alice M.", role: "Design Lead", quote: "Beautifully crafted, functional, and very reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Knowledge Hub" + title="Frequently Asked Questions" + description="Need answers? We've got them." + items={[ + { question: "What is the onboarding process?", answer: "Simple and quick, starting with a demo." }, + { question: "Do you offer enterprise support?", answer: "Yes, dedicated support tiers are available." }, + { question: "Can I integrate with my current stack?", answer: "Absolutely, our API works with major frameworks." }, + { question: "What about data security?", answer: "We comply with industry-leading encryption standards." }, + ]} + /> +
+
-
- +
+ - -
+ tag="Let's Talk" + text="Ready to scale your business? We're just a click away." + primaryButton={{ text: "Contact Support", href: "mailto:support@techbrand.com" }} + secondaryButton={{ text: "View Pricing", href: "#" }} + /> +
+
); -} +} \ No newline at end of file