From 709e080636f80a3a1682dfd3543ecf56975fc703 Mon Sep 17 00:00:00 2001 From: Evan Harmon Date: Sat, 15 Feb 2025 15:10:15 -0600 Subject: [PATCH] remove old yardbook and bigin forms that were causing SMS registration to fail (#76) --- src/components/aerationHero.astro | 2 +- src/components/aerationquote.astro | 2 +- src/components/leafHero.astro | 2 +- src/components/mowingHero.astro | 2 +- src/pages/aeration.astro | 2 -- src/pages/commercial.astro | 2 -- src/pages/holidaylighting.astro | 2 -- src/pages/leafremoval.astro | 2 -- src/pages/mowing.astro | 2 -- src/pages/thank-you.astro | 1 - 10 files changed, 4 insertions(+), 15 deletions(-) diff --git a/src/components/aerationHero.astro b/src/components/aerationHero.astro index c557f62..a9f8103 100644 --- a/src/components/aerationHero.astro +++ b/src/components/aerationHero.astro @@ -42,7 +42,7 @@ import { FeaturedSVG } from '../config'
Get a Free Quote diff --git a/src/components/aerationquote.astro b/src/components/aerationquote.astro index cebeb44..e3aaee5 100644 --- a/src/components/aerationquote.astro +++ b/src/components/aerationquote.astro @@ -2,7 +2,7 @@ diff --git a/src/components/leafHero.astro b/src/components/leafHero.astro index bca8ec2..6d8c2d9 100644 --- a/src/components/leafHero.astro +++ b/src/components/leafHero.astro @@ -45,7 +45,7 @@ import { FeaturedSVG } from '../config'
Get a Free Quote diff --git a/src/components/mowingHero.astro b/src/components/mowingHero.astro index adf36af..16cb64b 100644 --- a/src/components/mowingHero.astro +++ b/src/components/mowingHero.astro @@ -72,7 +72,7 @@ import { FeaturedSVG } from '../config'
Get a Free Quote diff --git a/src/pages/aeration.astro b/src/pages/aeration.astro index 7306228..7613c8e 100644 --- a/src/pages/aeration.astro +++ b/src/pages/aeration.astro @@ -4,7 +4,6 @@ import type { CollectionEntry } from 'astro:content' import coverSVG from '../assets/svg/astro/logomark-dark.svg' import socialImage from '../assets/svg/astro/logomark-dark.svg' import AreationHero from '../components/aerationHero.astro' -import Quote from '../components/aerationquote.astro' import ReviewsCarousel from '../components/carousel.astro' import CTA from '../components/cta.astro' import MowingService from '../content/page/aeration.md' @@ -90,7 +89,6 @@ export const reviewsCarouselPages = [ - diff --git a/src/pages/commercial.astro b/src/pages/commercial.astro index f2aacbc..74f5727 100644 --- a/src/pages/commercial.astro +++ b/src/pages/commercial.astro @@ -4,7 +4,6 @@ import type { CollectionEntry } from 'astro:content' import coverSVG from '../assets/svg/astro/logomark-dark.svg' import socialImage from '../assets/svg/astro/logomark-dark.svg' import MowingHero from '../components/commercialHero.astro' -import Quote from '../components/aerationquote.astro' import MowingCarousel from '../components/carousel.astro' import ReviewsCarousel from '../components/carousel.astro' import CTA from '../components/cta.astro' @@ -92,7 +91,6 @@ export const reviewsCarouselPages = [ - diff --git a/src/pages/holidaylighting.astro b/src/pages/holidaylighting.astro index 2460a70..d34cfed 100644 --- a/src/pages/holidaylighting.astro +++ b/src/pages/holidaylighting.astro @@ -4,7 +4,6 @@ import type { CollectionEntry } from 'astro:content' import coverSVG from '../assets/svg/astro/logomark-dark.svg' import socialImage from '../assets/svg/astro/logomark-dark.svg' import LightingHero from '../components/lightingHero.astro' -import Quote from '../components/aerationquote.astro' import CTA from '../components/cta.astro' const frontmatter: CollectionEntry<'page'>['data'] = { @@ -19,6 +18,5 @@ const frontmatter: CollectionEntry<'page'>['data'] = { - diff --git a/src/pages/leafremoval.astro b/src/pages/leafremoval.astro index 3f0cadc..85176e3 100644 --- a/src/pages/leafremoval.astro +++ b/src/pages/leafremoval.astro @@ -4,7 +4,6 @@ import type { CollectionEntry } from 'astro:content' import coverSVG from '../assets/svg/astro/logomark-dark.svg' import socialImage from '../assets/svg/astro/logomark-dark.svg' import LeafHero from '../components/leafHero.astro' -import Quote from '../components/aerationquote.astro' import CTA from '../components/cta.astro' const frontmatter: CollectionEntry<'page'>['data'] = { @@ -19,6 +18,5 @@ const frontmatter: CollectionEntry<'page'>['data'] = { - diff --git a/src/pages/mowing.astro b/src/pages/mowing.astro index 9c00c48..9a0744f 100644 --- a/src/pages/mowing.astro +++ b/src/pages/mowing.astro @@ -4,7 +4,6 @@ import type { CollectionEntry } from 'astro:content' import coverSVG from '../assets/svg/astro/logomark-dark.svg' import socialImage from '../assets/svg/astro/logomark-dark.svg' import MowingHero from '../components/mowingHero.astro' -import Quote from '../components/aerationquote.astro' import MowingCarousel from '../components/carousel.astro' import ReviewsCarousel from '../components/carousel.astro' import CTA from '../components/cta.astro' @@ -92,7 +91,6 @@ export const reviewsCarouselPages = [ - diff --git a/src/pages/thank-you.astro b/src/pages/thank-you.astro index e82808e..1f17005 100644 --- a/src/pages/thank-you.astro +++ b/src/pages/thank-you.astro @@ -4,7 +4,6 @@ import type { CollectionEntry } from 'astro:content' import coverSVG from '../assets/svg/astro/logomark-dark.svg' import socialImage from '../assets/svg/astro/logomark-dark.svg' import ThankHero from '../components/thankyouHero.astro' -import Quote from '../components/aerationquote.astro' import MowingCarousel from '../components/carousel.astro' import ReviewsCarousel from '../components/carousel.astro' import CTA from '../components/cta.astro'