Merge version_2 into main #2

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

View File

@@ -58,7 +58,11 @@ export default function IncubateItPage() {
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: "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" }]
}}
@@ -88,14 +92,15 @@ export default function IncubateItPage() {
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}
/>
<TestimonialCardSix testimonials={testimonials} animationType="slide-up" title="Built with Founders" textboxLayout="default" useInvertedBackground={false} />
<TestimonialCardSix testimonials={testimonials} animationType="slide-up" title="Built with Founders" description="Hear from those we build with." textboxLayout="default" useInvertedBackground={false} />
<div id="pricing">
<PricingCardThree plans={pricingPlans} animationType="slide-up" title="Simple Engagement Models" textboxLayout="default" />
<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" faqsAnimation="slide-up" textboxLayout="default" />
<FaqDouble faqs={faqs} title="Common Questions" description="Get the answers you need to start." faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} />
<div id="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" }]} />
<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: "#" }] }]} />
</ThemeProvider>