diff --git a/src/app/page.tsx b/src/app/page.tsx
index 064bb1f..0c187c9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,21 +48,16 @@ export default function LandingPage() {
@@ -81,18 +68,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Restoring Your Property's ",
- },
+ type: "text", content: "Restoring Your Property's "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367577.jpg",
- alt: "Dylan at work",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367577.jpg", alt: "Dylan at work"},
{
- type: "text",
- content: " Original Beauty",
- },
+ type: "text", content: " Original Beauty"},
]}
/>
@@ -104,67 +84,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Driveway Cleaning",
- description: "Removing deep stains, moss, and dirt to refresh your curb appeal.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/handsomen-man-white-shirt-washing-his-car_1157-27222.jpg",
- imageAlt: "Driveway pressure washing",
- },
+ title: "Driveway Cleaning", description: "Removing deep stains, moss, and dirt to refresh your curb appeal.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/handsomen-man-white-shirt-washing-his-car_1157-27222.jpg", imageAlt: "Driveway pressure washing"},
items: [
{
icon: CheckCircle,
- text: "Oil stain removal",
- },
+ text: "Oil stain removal"},
{
icon: CheckCircle,
- text: "Deep surface cleaning",
- },
+ text: "Deep surface cleaning"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358977.jpg?_wi=2",
- imageAlt: "professional pressure washing service residential home",
},
{
- title: "Deck Restoration",
- description: "Gentle soft washing methods to protect your wood decks.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520593.jpg",
- imageAlt: "Deck cleaning",
- },
+ title: "Deck Restoration", description: "Gentle soft washing methods to protect your wood decks.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520593.jpg", imageAlt: "Deck cleaning"},
items: [
{
icon: CheckCircle,
- text: "Wood safe cleaning",
- },
+ text: "Wood safe cleaning"},
{
icon: CheckCircle,
- text: "Mold removal",
- },
+ text: "Mold removal"},
],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367577.jpg",
- imageAlt: "professional pressure washing service residential home",
},
{
- title: "House Washing",
- description: "Complete exterior house soft washing to kill mold and grime.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-yells-someone-looking-side-isolated-white-background-with-copy-space_141793-65548.jpg",
- imageAlt: "House exterior washing",
- },
+ title: "House Washing", description: "Complete exterior house soft washing to kill mold and grime.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/young-annoyed-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-yells-someone-looking-side-isolated-white-background-with-copy-space_141793-65548.jpg", imageAlt: "House exterior washing"},
items: [
{
icon: CheckCircle,
- text: "Vinyl & brick safe",
- },
+ text: "Vinyl & brick safe"},
{
icon: CheckCircle,
- text: "Mold & algae removal",
- },
+ text: "Mold & algae removal"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg?_wi=1",
- imageAlt: "professional pressure washing service residential home",
},
]}
title="Professional Services"
@@ -179,20 +135,11 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
- id: "m1",
- value: "500+",
- description: "Homes Cleaned",
- },
+ id: "m1", value: "500+", description: "Homes Cleaned"},
{
- id: "m2",
- value: "100%",
- description: "Customer Satisfaction",
- },
+ id: "m2", value: "100%", description: "Customer Satisfaction"},
{
- id: "m3",
- value: "5+",
- description: "Years Experience",
- },
+ id: "m3", value: "5+", description: "Years Experience"},
]}
metricsAnimation="slide-up"
/>
@@ -205,36 +152,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "p1",
- badge: "Essential",
- price: "$199",
- subtitle: "Basic surface cleaning",
- features: [
- "Driveway cleaning",
- "Standard chemicals",
- ],
+ id: "p1", badge: "Essential", price: "$199", subtitle: "Basic surface cleaning", features: [
+ "Driveway cleaning", "Standard chemicals"],
},
{
- id: "p2",
- badge: "Popular",
- price: "$349",
- subtitle: "Comprehensive clean",
- features: [
- "House wash",
- "Driveway cleaning",
- "Window rinse",
- ],
+ id: "p2", badge: "Popular", price: "$349", subtitle: "Comprehensive clean", features: [
+ "House wash", "Driveway cleaning", "Window rinse"],
},
{
- id: "p3",
- badge: "Complete",
- price: "$599",
- subtitle: "Total home restoration",
- features: [
- "Full house wash",
- "Deck & patio",
- "Garage wash",
- ],
+ id: "p3", badge: "Complete", price: "$599", subtitle: "Total home restoration", features: [
+ "Full house wash", "Deck & patio", "Garage wash"],
},
]}
title="Transparent Pricing"
@@ -249,45 +176,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Mark S.",
- handle: "@marks",
- testimonial: "My driveway looks brand new again. Excellent service!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg",
- },
+ id: "t1", name: "Mark S.", handle: "@marks", testimonial: "My driveway looks brand new again. Excellent service!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg"},
{
- id: "t2",
- name: "Jane D.",
- handle: "@janed",
- testimonial: "Very professional and detailed work. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg",
- },
+ id: "t2", name: "Jane D.", handle: "@janed", testimonial: "Very professional and detailed work. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg"},
{
- id: "t3",
- name: "Mike P.",
- handle: "@mikep",
- testimonial: "Quick to respond and did a fantastic job on our deck.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-operating-special-equipment-cleaning-construction-site_259150-57675.jpg",
- },
+ id: "t3", name: "Mike P.", handle: "@mikep", testimonial: "Quick to respond and did a fantastic job on our deck.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-operating-special-equipment-cleaning-construction-site_259150-57675.jpg"},
{
- id: "t4",
- name: "Sarah L.",
- handle: "@sarahl",
- testimonial: "Best pressure washing service in town. Great prices.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg",
- },
+ id: "t4", name: "Sarah L.", handle: "@sarahl", testimonial: "Best pressure washing service in town. Great prices.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg"},
{
- id: "t5",
- name: "Tom K.",
- handle: "@tomk",
- testimonial: "Professional, clean, and efficient. Will hire again.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-attractive-young-bearded-hispanic-man-blue-t-shirt-with-relaxed-face-expression-watering-plants-cutting-leaves_176420-19918.jpg",
- },
+ id: "t5", name: "Tom K.", handle: "@tomk", testimonial: "Professional, clean, and efficient. Will hire again.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-attractive-young-bearded-hispanic-man-blue-t-shirt-with-relaxed-face-expression-watering-plants-cutting-leaves_176420-19918.jpg"},
]}
showRating={true}
title="Happy Clients"
@@ -301,22 +203,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Are you licensed?",
- content: "Yes, we are fully licensed and insured.",
- },
+ id: "f1", title: "Are you licensed?", content: "Yes, we are fully licensed and insured."},
{
- id: "f2",
- title: "Do you need water?",
- content: "We bring our own equipment and water supply.",
- },
+ id: "f2", title: "Do you need water?", content: "We bring our own equipment and water supply."},
{
- id: "f3",
- title: "How often should I clean?",
- content: "We recommend professional cleaning every 12 months.",
- },
+ id: "f3", title: "How often should I clean?", content: "We recommend professional cleaning every 12 months."},
]}
- imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg"
title="Frequently Asked"
description="Answers to common questions about our process."
faqsAnimation="slide-up"
@@ -328,16 +221,13 @@ export default function LandingPage() {
@@ -346,29 +236,19 @@ export default function LandingPage() {