Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9e37ae840 | |||
| d1856c2f75 | |||
| da282b8fd0 |
@@ -10,7 +10,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
|
|||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
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() {
|
export default function IncubateItPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -49,21 +49,32 @@ export default function IncubateItPage() {
|
|||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<NavbarStyleFullscreen navItems={navItems} brandName="IncubateIT" bottomLeftText="Studio Operations" bottomRightText="hello@incubateit.in" />
|
<div id="nav" data-section="nav">
|
||||||
<HeroBillboardDashboard
|
<NavbarStyleFullscreen navItems={navItems} brandName="IncubateIT" bottomLeftText="Studio Operations" bottomRightText="hello@incubateit.in" />
|
||||||
background={{ variant: "canvas-reveal" }}
|
</div>
|
||||||
tag="Venture Building Studio"
|
<div id="hero" data-section="hero">
|
||||||
tagIcon={Rocket}
|
<HeroBillboardDashboard
|
||||||
title="We Build, Scale, and Incubate Ideas"
|
background={{ variant: "canvas-reveal" }}
|
||||||
description="The partner of choice for founders turning complex technical visions into high-growth software products."
|
tag="Venture Building Studio"
|
||||||
buttons={[{ text: "View Our Work", href: "#services" }]}
|
tagIcon={Rocket}
|
||||||
dashboard={{
|
title="We Build, Scale, and Incubate Ideas"
|
||||||
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." }],
|
description="The partner of choice for founders turning complex technical visions into high-growth software products through a proven 6-week launch cycle."
|
||||||
sidebarItems: [{ icon: Rocket }, { icon: Workflow }, { icon: Zap }],
|
buttons={[{ text: "View Our Work", href: "#services" }]}
|
||||||
listItems: [{ icon: Zap, title: "Refactoring MVP", status: "Done" }, { icon: ShieldCheck, title: "Security Audit", status: "Running" }]
|
dashboard={{
|
||||||
}}
|
title: "Incubation Hub",
|
||||||
/>
|
logoIcon: Cpu,
|
||||||
<div id="services">
|
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
|
<FeatureHoverPattern
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
tag="Core Services"
|
tag="Core Services"
|
||||||
@@ -80,22 +91,26 @@ export default function IncubateItPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<MetricSplitMediaAbout
|
<div id="process" data-section="process">
|
||||||
tag="Our Methodology"
|
<MetricSplitMediaAbout
|
||||||
tagIcon={Users}
|
tag="Our Methodology"
|
||||||
title="Iterative Velocity, Not Just Hours"
|
tagIcon={Users}
|
||||||
description="We replace bloated agency retainers with high-velocity engineering squads that feel like internal team extensions."
|
title="Iterative Velocity, Not Just Hours"
|
||||||
metrics={[{ value: "6 Weeks", title: "Avg Time to Launch" }, { value: "40%", title: "Cost Optimization" }]}
|
description="We replace bloated agency retainers with high-velocity engineering squads that feel like internal team extensions."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-energy-specialists-coordinates-activity-chroma-key_482257-126017.jpg"
|
metrics={[{ value: "6 Weeks", title: "Avg Time to Launch" }, { value: "40%", title: "Cost Optimization" }]}
|
||||||
mediaAnimation="slide-up"
|
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-energy-specialists-coordinates-activity-chroma-key_482257-126017.jpg"
|
||||||
/>
|
mediaAnimation="slide-up"
|
||||||
<TestimonialCardSix testimonials={testimonials} animationType="slide-up" title="Built with Founders" textboxLayout="default" useInvertedBackground={false} />
|
metricsAnimation="slide-up"
|
||||||
<div id="pricing">
|
useInvertedBackground={false}
|
||||||
<PricingCardThree plans={pricingPlans} animationType="slide-up" title="Simple Engagement Models" textboxLayout="default" />
|
/>
|
||||||
</div>
|
</div>
|
||||||
<FaqDouble faqs={faqs} title="Common Questions" faqsAnimation="slide-up" textboxLayout="default" />
|
<TestimonialCardSix testimonials={testimonials} animationType="slide-up" title="Built with Founders" description="Hear from those we build with." textboxLayout="default" useInvertedBackground={false} />
|
||||||
<div id="contact">
|
<div id="pricing" data-section="pricing">
|
||||||
<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" }]} />
|
<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" 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>
|
</div>
|
||||||
<FooterBaseCard logoText="IncubateIT" columns={[{ title: "Studio", items: [{ label: "Labs", href: "#" }] }]} />
|
<FooterBaseCard logoText="IncubateIT" columns={[{ title: "Studio", items: [{ label: "Labs", href: "#" }] }]} />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user