diff --git a/src/components/PricingTimelineBand.astro b/src/components/PricingTimelineBand.astro new file mode 100644 index 0000000..b72a56e --- /dev/null +++ b/src/components/PricingTimelineBand.astro @@ -0,0 +1,216 @@ +--- +/** + * PricingTimelineBand Component + * + * Sits directly above the homepage InlineLeadForm and answers the two + * questions every late-stage buyer has BEFORE they fill in a contact form: + * 1. "Roughly how much does this cost?" + * 2. "Roughly how long does it take?" + * + * Layout: + * - 2 cards side-by-side on md+ (Pricing, Timeline) + * - Stacked vertically on mobile ( +
+
+
+ +
+

+ What to expect +

+

+ Transparent pricing & predictable timelines. +

+
+ + +
+ +
+ + + +

+ Starting at +

+ + +

+ Projects from + + $X,XXX + +

+ +

+ + Includes discovery, design, build, QA, and post-launch support. +

+
+ + +
+ + + +

+ Typical timeline +

+ + +

+ + 4–8 weeks + +

+ +

+ + Discovery in week 1, weekly demos through build, launch by week 8. +

+
+
+ + +

+ + + Custom quote available + — tell us about your project + + + +

+
+
+
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index a358051..7758b3a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,6 +6,7 @@ import ClientLogos from '../components/ClientLogos.astro'; import InlineLeadForm from '../components/InlineLeadForm.astro'; import HomepageFaq from '../components/HomepageFaq.astro'; import ProofNumbers from '../components/ProofNumbers.astro'; +import PricingTimelineBand from '../components/PricingTimelineBand.astro'; // Services data — outcome-led headlines with anchor slugs that deep-link // into the matching detail sections on /services. @@ -628,6 +629,14 @@ const techStack = [ + + +