+
+ ),
+ heading: "Step 1: Book Your Code Audit",
+ paragraphs: [
+ "Book a convenient time to chat with our founder about the application you want to review and if a code audit is a fit, we’ll get you scheduled for your custom code audit.",
+ ],
+ },
+ {
+ icon: (
+
+ ),
+ heading: "Step 2: Get a detailed analysis",
+ paragraphs: [
+ "Our team dives deep into your software, uncovering bottlenecks and opportunities.",
+ ],
+ },
+ {
+ icon: (
+
+ ),
+ heading: "Step 3: Take action",
+ paragraphs: [
+ "Receive your detailed roadmap, complete with clear insights and actionable steps.",
+ ],
+ },
+ ],
+ }}
+ />
+
+
+ Unlock your project’s potential with LaunchWare
+
+
With LaunchWare, you can:
+
+
Identify and tackle software bottlenecks head-on
+
Make informed decisions with transparent reporting
+
Enhance your software’s performance for a superior user experience
+
Recapture missed opportunities and steer your project towards success
+
Enjoy the peace of mind that comes with expert guidance
+
+
+
+);
diff --git a/apps/gatsby/src/components/code-audit/ExpertGuidance.tsx b/apps/gatsby/src/components/code-audit/ExpertGuidance.tsx
new file mode 100644
index 0000000..21d5426
--- /dev/null
+++ b/apps/gatsby/src/components/code-audit/ExpertGuidance.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/we-are-with-you.css";
+
+export const ExpertGuidance = () => (
+
+
+ }
+ headingText="Expert guidance, in plain language"
+ text="We believe that you don’t need to be a tech whizz to understand your software. Our team speaks your language, simplifying complex tech terms and guiding you every step of the way."
+ webViewImagePosition="right"
+ />
+
+ );
+};
diff --git a/apps/gatsby/src/components/code-audit/InformedDecisions.tsx b/apps/gatsby/src/components/code-audit/InformedDecisions.tsx
new file mode 100644
index 0000000..ea85cba
--- /dev/null
+++ b/apps/gatsby/src/components/code-audit/InformedDecisions.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/partner-with-experts.css";
+
+export const InformedDecisions = () => (
+
+
+ }
+ headingText="Make informed decisions with clear insights"
+ text="We don’t just identify bottlenecks in your software, we illuminate the path forward. Our code audits equip you with a detailed roadmap to optimize your software, giving you the clarity you need to make confident decisions."
+ webViewImagePosition="left"
+ />
+
+);
diff --git a/apps/gatsby/src/components/code-audit/SeamlessSoftware.tsx b/apps/gatsby/src/components/code-audit/SeamlessSoftware.tsx
new file mode 100644
index 0000000..912913b
--- /dev/null
+++ b/apps/gatsby/src/components/code-audit/SeamlessSoftware.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/hassle-free-solutions.css";
+
+export const SeamlessSoftware = () => (
+
+
+ }
+ headingText="Envision a world of seamless software"
+ text="Imagine your software humming along like a finely tuned engine, each line of code contributing to a perfectly synchronized rhythm. With LaunchWare’s code audits, that vision becomes your reality."
+ webViewImagePosition="right"
+ />
+
+
+ ),
+ heading: "Step 1: Let’s chat",
+ paragraphs: ["Schedule a call with our founder to discuss your vision and goals."],
+ },
+ {
+ icon: (
+
+ ),
+ heading: "Step 2: Plan your success",
+ paragraphs: [
+ "We’ll put together a tailored proposal, detailing the scope, timeline, and cost of your project.",
+ ],
+ },
+ {
+ icon: (
+
+ ),
+ heading: "Step 3: Sit back and watch your vision come alive",
+ paragraphs: [
+ "Our dedicated team will take the reins, keeping you in the loop at every stage of the development process.",
+ ],
+ },
+ ],
+ }}
+ />
+
+
+ Ready to transform your software idea into a successful application? Here’s what you can
+ look forward to when you partner with LaunchWare:
+
+
+
+ A custom software solution that reflects your vision and wows your users - we believe
+ technology is a force for good and should solve real problems for your users.
+
+
+ A break from the headaches of recruitment and team management - we take extra care when
+ assigning the right resources so they blend into your culture and make things easy for you
+ and your team.
+
+
+ A dedicated team of experts at your disposal - we place a strong emphasis on continuous
+ development of our staff to make sure we can match your needs to the right expertise.
+
+
+ A transparent development process that keeps you in the loop - we believe that software
+ development is first and foremost an exercise in communication and that is reflected in
+ how we work with our clients on each and every project.
+
+
+ The peace of mind that comes with knowing your software is in good hands - from our
+ expertise to our transparency, we build a partnership with you so you feel comfortable at
+ each step of the process. No black boxes or feature factories where you worry about what
+ will be delivered at the end of the project.
+
+
+
+
+);
diff --git a/apps/gatsby/src/components/custom-development/HassleFreeSolutions.tsx b/apps/gatsby/src/components/custom-development/HassleFreeSolutions.tsx
new file mode 100644
index 0000000..467248b
--- /dev/null
+++ b/apps/gatsby/src/components/custom-development/HassleFreeSolutions.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/hassle-free-solutions.css";
+
+export const HassleFreeSolutions = () => (
+
+
+ }
+ headingText="Welcome to a world of hassle-free software solutions"
+ text="Picture this: your innovative idea transformed into a fully-functional, user-friendly application that not only meets your needs but also delights your end users. Sounds like a dream? With LaunchWare, it’s your new reality."
+ webViewImagePosition="right"
+ />
+
+ );
+};
diff --git a/apps/gatsby/src/components/custom-development/NoMoreJuggling.tsx b/apps/gatsby/src/components/custom-development/NoMoreJuggling.tsx
new file mode 100644
index 0000000..24aae7b
--- /dev/null
+++ b/apps/gatsby/src/components/custom-development/NoMoreJuggling.tsx
@@ -0,0 +1,22 @@
+import { StaticImage } from "gatsby-plugin-image";
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+
+import "./css/no-more-juggling.css";
+
+export const NoMoreJuggling = () => (
+
+ }
+ headingText="No More Juggling Between Recruitment and Development"
+ text="Ever felt like you’re juggling too many balls trying to transform your software ideas into reality? You’re not alone. Many tech leaders are grappling with finding the right team, juggling project timelines, and staying true to their vision. It can feel like an uphill battle, and we get it."
+ webViewImagePosition="left"
+ />
+);
diff --git a/apps/gatsby/src/components/custom-development/PartnerWithExperts.tsx b/apps/gatsby/src/components/custom-development/PartnerWithExperts.tsx
new file mode 100644
index 0000000..d884628
--- /dev/null
+++ b/apps/gatsby/src/components/custom-development/PartnerWithExperts.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/partner-with-experts.css";
+
+export const PartnerWithExperts = () => (
+
+
+ }
+ headingText="Discover the Ease of Partnering with Experts"
+ text="With LaunchWare, you gain more than a service provider; you gain a partner who speaks your language. We handle the intricacies of the development process, transforming your ideas into functional, user-centric software."
+ webViewImagePosition="left"
+ />
+
+);
diff --git a/apps/gatsby/src/components/custom-development/Testimonials.tsx b/apps/gatsby/src/components/custom-development/Testimonials.tsx
new file mode 100644
index 0000000..c94d599
--- /dev/null
+++ b/apps/gatsby/src/components/custom-development/Testimonials.tsx
@@ -0,0 +1,53 @@
+import React from "react";
+import { UserCircleIcon } from "@heroicons/react/24/solid";
+import { Tagline } from "../general/Tagline";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/testimonials.css";
+
+export const Testimonials = () => (
+
+
+
+
+
+
+
Don't just take our word for it
+
+
+
+
+ “They showed up and did exactly what I thought they were going to do and
+ I’m thrilled.”
+
+
+
+
+
Catherine Headen
+
Director, Product & Design
+
+
+
+
+
+ “A strong sense of vision about the process [without being] religious about any
+ specific aspect. They have a strong point of view while remaining open to change their
+ minds.” ”
+
+
+
+
+
David Evans
+
VP of Product
+
+
+
+
+
+
+
+);
diff --git a/apps/gatsby/src/components/custom-development/WeAreWithYou.tsx b/apps/gatsby/src/components/custom-development/WeAreWithYou.tsx
new file mode 100644
index 0000000..57f9736
--- /dev/null
+++ b/apps/gatsby/src/components/custom-development/WeAreWithYou.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/we-are-with-you.css";
+
+export const WeAreWithYou = () => (
+
+
+ }
+ headingText="We’re With You, Every Step of the Way"
+ text="At LaunchWare, we’re not just about delivering top-notch code. We’re here to guide you through every step of the process, ensuring that your journey from concept to code is as smooth as possible. We pride ourselves on clear communication, actionable plans, and a steadfast commitment to making your software vision a reality."
+ webViewImagePosition="right"
+ />
+
+
+ }
+ headingText="Imagine your software, perfectly aligned with user needs"
+ text="Visualize the successful launch of your software. Your solution doesn’t just work; it resonates with your users, solving their problems with elegance and ease. It’s a beautiful synergy of your innovative vision and their unmet needs, made possible through meticulous planning and strategic execution."
+ webViewImagePosition="right"
+ />
+
+
+ ),
+ heading: "Step 1: Share your vision",
+ paragraphs: [
+ "Our ‘Jobs to Be Done Workshop’ helps us understand your target audience and the unique solutions your software aims to deliver.",
+ ],
+ },
+ {
+ icon: (
+
+ ),
+ heading: "Step 2: Get your blueprint",
+ paragraphs: [
+ "Our team crafts intuitive wireframes, clear user stories, and a strategic project plan, forming a comprehensive blueprint for your software journey.",
+ ],
+ },
+ {
+ icon: (
+
+ ),
+ heading: "Launch with confidence",
+ paragraphs: [
+ "With a clear flight plan in hand, you can confidently embark on your software development journey, knowing your path is clear.",
+ ],
+ },
+ ],
+ }}
+ />
+
+
Get ready to take your software vision to new heights with LaunchWare:
+
+
Bring your innovative ideas to life with a clear and comprehensive development plan
+
Save valuable time and resources with a comprehensive development plan
+
Create software that resonates deeply with your target audience
+
Keep your project on track with a strategic, easy-to-follow plan
+
+ Enjoy a hassle-free development journey with our friendly and approachable team by your
+ side
+
+
+
+
+);
diff --git a/apps/gatsby/src/components/flight-plan/Expertise.tsx b/apps/gatsby/src/components/flight-plan/Expertise.tsx
new file mode 100644
index 0000000..c607511
--- /dev/null
+++ b/apps/gatsby/src/components/flight-plan/Expertise.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/we-are-with-you.css";
+
+export const Expertise = () => (
+
+
+ }
+ headingText="Expertise meets approachability"
+ text="We get it. The world of software development can feel like uncharted territory. That’s why at LaunchWare, we’re dedicated to guiding you through the process, making it approachable and easy to understand. We’re committed to demystifying the process and empowering you to make informed decisions every step of the way."
+ webViewImagePosition="right"
+ />
+
+ );
+};
diff --git a/apps/gatsby/src/components/flight-plan/IdeasTakeFlight.tsx b/apps/gatsby/src/components/flight-plan/IdeasTakeFlight.tsx
new file mode 100644
index 0000000..9f02d21
--- /dev/null
+++ b/apps/gatsby/src/components/flight-plan/IdeasTakeFlight.tsx
@@ -0,0 +1,22 @@
+import { StaticImage } from "gatsby-plugin-image";
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+
+import "./css/no-more-juggling.css";
+
+export const IdeasTakeFlight = () => (
+
+ }
+ headingText="Your great ideas deserve to take flight"
+ text="In the bustling world of technology, innovative ideas often get lost in the shuffle. The path to turning a brilliant concept into a successful software product can feel overwhelming, riddled with technical jargon and unforeseen hurdles. Without a clear flight plan, your great ideas may never reach the skies they’re meant to soar in."
+ webViewImagePosition="left"
+ />
+);
diff --git a/apps/gatsby/src/components/flight-plan/TailoredFlightPlan.tsx b/apps/gatsby/src/components/flight-plan/TailoredFlightPlan.tsx
new file mode 100644
index 0000000..2c3c11c
--- /dev/null
+++ b/apps/gatsby/src/components/flight-plan/TailoredFlightPlan.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/partner-with-experts.css";
+
+export const TailoredFlightPlan = () => (
+
+
+ }
+ headingText="A tailored flight plan for your software journey"
+ text="At LaunchWare, we’re not just your software developers; we’re your co-pilots. We start with our unique ‘Jobs to Be Done Workshop’, where we define your target audience and pinpoint their needs. From there, we craft a flight plan that includes intuitive wireframes, user stories, and a strategic project plan that builds your path to success."
+ webViewImagePosition="left"
+ />
+
+ Take the first step towards stress-free, successful development projects. Schedule your
+ Launch Call today.
+
+
+
+
+
+ );
+};
diff --git a/apps/gatsby/src/components/staff-aug/Deploy.tsx b/apps/gatsby/src/components/staff-aug/Deploy.tsx
new file mode 100644
index 0000000..3e1a672
--- /dev/null
+++ b/apps/gatsby/src/components/staff-aug/Deploy.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/partner-with-experts.css";
+
+export const Deploy = () => (
+
+
+ }
+ headingText="Deploy the perfect fit for your tech team"
+ text="With LaunchWare, staff augmentation goes beyond mere headcount. Our meticulous matching process ensures that you’re paired with professionals who are a technical and cultural fit, bringing their unique expertise to your projects. With a keen understanding of your processes and goals, our professionals seamlessly integrate into your team, contributing to your success from day one."
+ webViewImagePosition="left"
+ />
+
+);
diff --git a/apps/gatsby/src/components/staff-aug/Goodbye.tsx b/apps/gatsby/src/components/staff-aug/Goodbye.tsx
new file mode 100644
index 0000000..4dbe860
--- /dev/null
+++ b/apps/gatsby/src/components/staff-aug/Goodbye.tsx
@@ -0,0 +1,22 @@
+import { StaticImage } from "gatsby-plugin-image";
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+
+import "./css/no-more-juggling.css";
+
+export const Goodbye = () => (
+
+ }
+ headingText="Say Goodbye to Burnout and Bottlenecks"
+ text="Your tech team is talented, but they’re also stretched thin. Juggling multiple projects and tight deadlines can quickly lead to burnout, impacting both the quality of work and the well-being of your team. The trick is to find the right resources to lighten the load without causing disruption."
+ webViewImagePosition="left"
+ />
+);
diff --git a/apps/gatsby/src/components/staff-aug/HarnessPower.tsx b/apps/gatsby/src/components/staff-aug/HarnessPower.tsx
new file mode 100644
index 0000000..ce3235f
--- /dev/null
+++ b/apps/gatsby/src/components/staff-aug/HarnessPower.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/hassle-free-solutions.css";
+
+export const HarnessPower = () => (
+
+
+ }
+ headingText="Harness the power of skilled staff augmentation"
+ text="Imagine a world where you can plug in the perfect team member, just when you need them. With LaunchWare’s staff augmentation, you’re not just filling a seat; you’re adding a new dimension to your team, enhancing capabilities, and ensuring your projects hit the mark every time."
+ webViewImagePosition="right"
+ />
+
By partnering with LaunchWare, you get more than just additional resources. You get:
+
+
+ A seamlessly integrated extension to your team, ready to enhance your capabilities. We
+ work to match our team to your existing team and culture to ensure a good fit.
+
+
+ A tailored approach to your project needs, ensuring a perfect fit every time. We
+ understand that each client and each technological hurdle is singular in its complexities
+ and opportunities.
+
+
+ A dedicated partner who helps meet your project deadlines, reducing stress and burnout.
+ Adaptability and flexibility aren't mere 'nice-to-haves' - you deserve a support team that
+ reduces your stress, not adds to it.
+
+
+ Access to a diverse pool of skilled professionals ready to jump into action. Some
+ consultancies only have senior resources which can increase costs. LaunchWare has a mix of
+ talented senior and principal developers, as well as talented junior team members for less
+ complex tasks.
+
+
+ A shared commitment to your success, ensuring transparent communication and mutual growth.
+ We believe that at the core, successful software projects are about effective
+ communication.
+
+
+
+
+);
diff --git a/apps/gatsby/src/components/staff-aug/Together.tsx b/apps/gatsby/src/components/staff-aug/Together.tsx
new file mode 100644
index 0000000..54dc7cd
--- /dev/null
+++ b/apps/gatsby/src/components/staff-aug/Together.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { TextImageBlock } from "../general/TextImageBlock.tsx";
+import { StaticImage } from "gatsby-plugin-image";
+
+import "./css/we-are-with-you.css";
+
+export const Together = () => (
+
+
+ }
+ headingText="We’re in This Together"
+ text="Bringing in external help can feel like a leap of faith, but at LaunchWare, we’re all about partnership. We understand your needs, share your goals, and work with you to achieve them. With transparent communication and a commitment to your success, we’re not just another service provider - we’re an extension of your team."
+ webViewImagePosition="right"
+ />
+