Skip to content

Commit

Permalink
remove old yardbook and bigin forms that were causing SMS registratio…
Browse files Browse the repository at this point in the history
…n to fail (#76)
  • Loading branch information
evanharmon1 authored Feb 15, 2025
1 parent 5f50197 commit 709e080
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/components/aerationHero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { FeaturedSVG } from '../config'
<div class='mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start'>
<div class='rounded-md shadow'>
<a
href='https://us.bigin.online/org862362291/forms/quote-request'
href='https://quote.sommerlawn.com'
class='flex w-full items-center justify-center rounded-md border border-transparent px-8 py-3 text-base font-medium bg-sky-600 text-white hover:bg-sky-300 hover:text-black dark:text-black dark:hover:text-white dark:bg-sky-300 dark:hover:bg-sky-600 md:px-10 md:py-4 md:text-lg'
>
Get a Free Quote
Expand Down
2 changes: 1 addition & 1 deletion src/components/aerationquote.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<iframe
width="100%"
height="1250"
src="https://us.bigin.online/org862362291/forms/quote-request"
src="https://quote.sommerlawn.com"
frameborder="0"
allowfullscreen>
</iframe>
Expand Down
2 changes: 1 addition & 1 deletion src/components/leafHero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { FeaturedSVG } from '../config'
<div class='mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start'>
<div class='rounded-md shadow'>
<a
href='https://us.bigin.online/org862362291/forms/quote-request'
href='https://quote.sommerlawn.com'
class='flex w-full items-center justify-center rounded-md border border-transparent px-8 py-3 text-base font-medium bg-sky-600 text-white hover:bg-sky-300 hover:text-black dark:text-black dark:hover:text-white dark:bg-sky-300 dark:hover:bg-sky-600 md:px-10 md:py-4 md:text-lg'
>
Get a Free Quote
Expand Down
2 changes: 1 addition & 1 deletion src/components/mowingHero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import { FeaturedSVG } from '../config'
<div class='mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start'>
<div class='rounded-md shadow'>
<a
href='https://www.yardbook.com/new_quote/cd465cd85f772bbc78b18fbf3345bf9601d3c01a'
href='https://quote.sommerlawn.com'
class='flex w-full items-center justify-center rounded-md border border-transparent px-8 py-3 text-base font-medium bg-sky-600 text-white hover:bg-sky-300 hover:text-black dark:text-black dark:hover:text-white dark:bg-sky-300 dark:hover:bg-sky-600 md:px-10 md:py-4 md:text-lg'
>
Get a Free Quote
Expand Down
2 changes: 0 additions & 2 deletions src/pages/aeration.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -90,7 +89,6 @@ export const reviewsCarouselPages = [

<Base frontmatter={frontmatter} schema='MowingPage'>
<AreationHero />
<Quote />
<MowingService />
<CTA />
</Base>
2 changes: 0 additions & 2 deletions src/pages/commercial.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -92,7 +91,6 @@ export const reviewsCarouselPages = [

<Base frontmatter={frontmatter} schema='MowingPage'>
<MowingHero />
<Quote />
<MowingCarousel pages={mowingCarouselPages}/>
<ReviewsCarousel pages={reviewsCarouselPages}/>
<MowingService />
Expand Down
2 changes: 0 additions & 2 deletions src/pages/holidaylighting.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = {
Expand All @@ -19,6 +18,5 @@ const frontmatter: CollectionEntry<'page'>['data'] = {

<Base frontmatter={frontmatter} schema='MowingPage'>
<LightingHero />
<Quote />
<CTA />
</Base>
2 changes: 0 additions & 2 deletions src/pages/leafremoval.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = {
Expand All @@ -19,6 +18,5 @@ const frontmatter: CollectionEntry<'page'>['data'] = {

<Base frontmatter={frontmatter} schema='MowingPage'>
<LeafHero />
<Quote />
<CTA />
</Base>
2 changes: 0 additions & 2 deletions src/pages/mowing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -92,7 +91,6 @@ export const reviewsCarouselPages = [

<Base frontmatter={frontmatter} schema='MowingPage'>
<MowingHero />
<Quote />
<MowingCarousel pages={mowingCarouselPages}/>
<ReviewsCarousel pages={reviewsCarouselPages}/>
<MowingService />
Expand Down
1 change: 0 additions & 1 deletion src/pages/thank-you.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 709e080

Please sign in to comment.