diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index f5520d1..5456241 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,31 +6,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
- variable: "--font-mulish",
- subsets: ["latin"],
+ variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Richlands Pressure Washing | Professional Cleaning Services",
- description: "Professional pressure washing services in Richlands, VA. Fast service, affordable prices. Free quotes available. Call 276-555-0142 today!",
- keywords: "pressure washing, power washing, house cleaning, driveway cleaning, Richlands VA",
- openGraph: {
- title: "Richlands Pressure Washing",
- description: "Professional pressure washing services for homes and businesses in Richlands, VA",
- url: "https://richlandspressure.com",
- siteName: "Richlands Pressure Washing",
- type: "website",
- },
+ title: "Richlands Pressure Washing | Professional Cleaning Services", description: "Professional pressure washing services in Richlands, VA. Fast service, affordable prices. Free quotes available. Call 276-555-0142 today!", keywords: "pressure washing, power washing, house cleaning, driveway cleaning, Richlands VA", openGraph: {
+ title: "Richlands Pressure Washing", description: "Professional pressure washing services for homes and businesses in Richlands, VA", url: "https://richlandspressure.com", siteName: "Richlands Pressure Washing", type: "website"},
twitter: {
- card: "summary_large_image",
- title: "Richlands Pressure Washing",
- description: "Professional pressure washing services in Richlands, VA",
- },
+ card: "summary_large_image", title: "Richlands Pressure Washing", description: "Professional pressure washing services in Richlands, VA"},
robots: {
index: true,
follow: true,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d7f3b2d..d1d1eaf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -54,17 +54,11 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1",
- imageAlt: "Professional pressure washing service",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1", imageAlt: "Professional pressure washing service"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1",
- imageAlt: "Clean driveway after pressure washing",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1", imageAlt: "Clean driveway after pressure washing"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1",
- imageAlt: "House exterior cleaning",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1", imageAlt: "House exterior cleaning"},
]}
mediaAnimation="slide-up"
/>
@@ -75,15 +69,10 @@ export default function HomePage() {
@@ -211,24 +174,21 @@ export default function HomePage() {