Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-06 06:45:31 +00:00

View File

@@ -10,7 +10,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Bot, Sparkles, Rocket, Users, ShieldCheck, Cpu, Zap, MessageSquare, CreditCard, HelpCircle, Mail, BarChart3, Lock, Eye, Workflow, GitBranch } from "lucide-react";
import { Sparkles, Rocket, Users, ShieldCheck, Cpu, Zap, Lock, Eye, Workflow, GitBranch } from "lucide-react";
export default function IncubateItPage() {
const navItems = [
@@ -49,25 +49,32 @@ export default function IncubateItPage() {
secondaryButtonStyle="layered"
headingFontWeight="semibold"
>
<NavbarStyleFullscreen navItems={navItems} brandName="IncubateIT" bottomLeftText="Studio Operations" bottomRightText="hello@incubateit.in" />
<HeroBillboardDashboard
background={{ variant: "canvas-reveal" }}
tag="Venture Building Studio"
tagIcon={Rocket}
title="We Build, Scale, and Incubate Ideas"
description="The partner of choice for founders turning complex technical visions into high-growth software products through a proven 6-week launch cycle."
buttons={[{ text: "View Our Work", href: "#services" }]}
dashboard={{
title: "Incubation Hub", logoIcon: Cpu, imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", stats: [
{ title: "Ventures Launched", values: [24, 32, 45], description: "Successful products moved from zero to market." },
{ title: "Total Sprints", values: [100, 150, 200], description: "Agile cycles completed successfully." },
{ title: "Team Growth", values: [50, 75, 100], description: "Engineers onboarded to partner teams." }
],
sidebarItems: [{ icon: Rocket }, { icon: Workflow }, { icon: Zap }],
listItems: [{ icon: Zap, title: "Refactoring MVP", status: "Done" }, { icon: ShieldCheck, title: "Security Audit", status: "Running" }]
}}
/>
<div id="services">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen navItems={navItems} brandName="IncubateIT" bottomLeftText="Studio Operations" bottomRightText="hello@incubateit.in" />
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
background={{ variant: "canvas-reveal" }}
tag="Venture Building Studio"
tagIcon={Rocket}
title="We Build, Scale, and Incubate Ideas"
description="The partner of choice for founders turning complex technical visions into high-growth software products through a proven 6-week launch cycle."
buttons={[{ text: "View Our Work", href: "#services" }]}
dashboard={{
title: "Incubation Hub",
logoIcon: Cpu,
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", stats: [
{ title: "Ventures Launched", values: [24, 32, 45], description: "Successful products moved from zero to market." },
{ title: "Total Sprints", values: [100, 150, 200], description: "Agile cycles completed successfully." },
{ title: "Team Growth", values: [50, 75, 100], description: "Engineers onboarded to partner teams." }
],
sidebarItems: [{ icon: Rocket }, { icon: Workflow }, { icon: Zap }],
listItems: [{ icon: Zap, title: "Refactoring MVP", status: "Done" }, { icon: ShieldCheck, title: "Security Audit", status: "Running" }],
buttons: [{ text: "Start Session", href: "#contact" }]
}}
/>
</div>
<div id="services" data-section="services">
<FeatureHoverPattern
animationType="slide-up"
tag="Core Services"
@@ -84,22 +91,25 @@ export default function IncubateItPage() {
]}
/>
</div>
<MetricSplitMediaAbout
tag="Our Methodology"
tagIcon={Users}
title="Iterative Velocity, Not Just Hours"
description="We replace bloated agency retainers with high-velocity engineering squads that feel like internal team extensions."
metrics={[{ value: "6 Weeks", title: "Avg Time to Launch" }, { value: "40%", title: "Cost Optimization" }]}
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-energy-specialists-coordinates-activity-chroma-key_482257-126017.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
<div id="process" data-section="process">
<MetricSplitMediaAbout
tag="Our Methodology"
tagIcon={Users}
title="Iterative Velocity, Not Just Hours"
description="We replace bloated agency retainers with high-velocity engineering squads that feel like internal team extensions."
metrics={[{ value: "6 Weeks", title: "Avg Time to Launch" }, { value: "40%", title: "Cost Optimization" }]}
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-energy-specialists-coordinates-activity-chroma-key_482257-126017.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<TestimonialCardSix testimonials={testimonials} animationType="slide-up" title="Built with Founders" description="Hear from those we build with." textboxLayout="default" useInvertedBackground={false} />
<div id="pricing">
<div id="pricing" data-section="pricing">
<PricingCardThree plans={pricingPlans} animationType="slide-up" title="Simple Engagement Models" description="Flexible pricing to scale with your growth." textboxLayout="default" useInvertedBackground={false} />
</div>
<FaqDouble faqs={faqs} title="Common Questions" description="Get the answers you need to start." faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} />
<div id="contact">
<div id="contact" data-section="contact">
<ContactCTA tag="Get in touch" title="Ready to build?" description="Let's discuss your next venture." buttons={[{ text: "Contact Studio", href: "mailto:hello@incubateit.in" }]} background={{ variant: "plain" }} useInvertedBackground={false} />
</div>
<FooterBaseCard logoText="IncubateIT" columns={[{ title: "Studio", items: [{ label: "Labs", href: "#" }] }]} />