diff --git a/public/llm.txt b/public/llm.txt index 8749d131..d5152b48 100644 --- a/public/llm.txt +++ b/public/llm.txt @@ -24,5 +24,10 @@ Professional Home Services for Chester County Homes. Locally owned. Professional - **Clean Work Policy.** We respect your home; cleanup is part of the job. - **Reliability.** Done right the first time by licensed professionals. +## Contact +- **Page:** [/contact](https://www.chescohome.com/contact) +- **Form:** Request service by providing cell phone, email, service type, and details. +- **Immediate Assistance:** Call (484) 301-5834. + ## Emergency Service Real people answering the phone for your urgent home service needs. diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1bbbb5b0..922fcf46 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -29,7 +29,7 @@ Services About Us Area - Contact + Contact
Capabilities diff --git a/src/components/Header.astro b/src/components/Header.astro index 3fbaeace..db2beeb0 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -13,7 +13,7 @@
- + Request Service
diff --git a/src/components/Hero.astro b/src/components/Hero.astro index cc7f26ee..a061f1f0 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -24,7 +24,7 @@

- + Schedule A Free Estimate diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8b7df1d5..c3bb9639 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -22,6 +22,14 @@ const businessData = { "url": "https://www.chescohome.com", "telephone": "+14843015834", "email": "info@chescohome.com", + "contactPoint": { + "@type": "ContactPoint", + "telephone": "+1-484-301-5834", + "contactType": "customer service", + "areaServed": "Chester County, PA", + "availableLanguage": "English", + "url": "https://www.chescohome.com/contact" + }, "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", diff --git a/src/pages/contact.astro b/src/pages/contact.astro new file mode 100644 index 00000000..d0c309cd --- /dev/null +++ b/src/pages/contact.astro @@ -0,0 +1,122 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Header from '../components/Header.astro'; +import Footer from '../components/Footer.astro'; +--- + + +
+
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+ + +
+ + +
+
+ +