Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b0f63f158 | |||
| ac4010ee8e |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Mulish } from "next/font/google";
|
||||
|
||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
203
src/app/page.tsx
203
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Under Pressure Cleaning LLC"
|
||||
/>
|
||||
@@ -57,32 +49,20 @@ export default function LandingPage() {
|
||||
description="Professional pressure washing for driveways, siding, decks, and more. Trusted, thorough, and ready to get your property sparkling clean."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3836.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worker-painting-detail-with-air-spray-pistol_176420-4734.jpg",
|
||||
alt: "Worker painting detail with air spray pistol.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worker-painting-detail-with-air-spray-pistol_176420-4734.jpg", alt: "Worker painting detail with air spray pistol."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-descent-woman-cleaning-wiping-shop-glass_53876-42657.jpg",
|
||||
alt: "African Descent Woman Cleaning Wiping Shop Glass",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-descent-woman-cleaning-wiping-shop-glass_53876-42657.jpg", alt: "African Descent Woman Cleaning Wiping Shop Glass"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg",
|
||||
alt: "Skilful gardener using highaltitude hedge trimmer while shaping bush in topiary garden side view of",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg", alt: "Skilful gardener using highaltitude hedge trimmer while shaping bush in topiary garden side view of"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530842.jpg",
|
||||
alt: "Man servant caring for the garden",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530842.jpg", alt: "Man servant caring for the garden"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg",
|
||||
alt: "Woman collects leaves and cleans the park",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg", alt: "Woman collects leaves and cleans the park"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied clients"
|
||||
/>
|
||||
@@ -95,17 +75,11 @@ export default function LandingPage() {
|
||||
description="At Under Pressure Cleaning LLC, we prioritize quality, reliability, and your satisfaction. Our certified technicians use state-of-the-art equipment to remove grime, mold, and stains from every surface."
|
||||
metrics={[
|
||||
{
|
||||
value: "500+",
|
||||
title: "Homes Cleaned",
|
||||
},
|
||||
value: "500+", title: "Homes Cleaned"},
|
||||
{
|
||||
value: "5 Star",
|
||||
title: "Rating Average",
|
||||
},
|
||||
value: "5 Star", title: "Rating Average"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
},
|
||||
value: "100%", title: "Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -121,23 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Driveway Cleaning",
|
||||
description: "Remove stubborn oil, dirt, and stains for a like-new finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-greenhouse_23-2148509895.jpg",
|
||||
imageAlt: "Driveway Cleaning",
|
||||
},
|
||||
title: "Driveway Cleaning", description: "Remove stubborn oil, dirt, and stains for a like-new finish.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-greenhouse_23-2148509895.jpg", imageAlt: "Driveway Cleaning"},
|
||||
{
|
||||
title: "Siding Wash",
|
||||
description: "Gentle, effective soft-wash for vinyl, wood, or brick exteriors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-male-worker-posing-camera-with-broom-park-front-view-happy-bearded-man-age_7502-10275.jpg",
|
||||
imageAlt: "Siding Cleaning",
|
||||
},
|
||||
title: "Siding Wash", description: "Gentle, effective soft-wash for vinyl, wood, or brick exteriors.", imageSrc: "http://img.b2bpic.net/free-photo/mature-male-worker-posing-camera-with-broom-park-front-view-happy-bearded-man-age_7502-10275.jpg", imageAlt: "Siding Cleaning"},
|
||||
{
|
||||
title: "Deck & Patio",
|
||||
description: "Restore your deck's natural beauty by removing mold and grime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-gate-handle_23-2148705106.jpg",
|
||||
imageAlt: "Deck Cleaning",
|
||||
},
|
||||
title: "Deck & Patio", description: "Restore your deck's natural beauty by removing mold and grime.", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-gate-handle_23-2148705106.jpg", imageAlt: "Deck Cleaning"},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="We offer a range of pressure washing solutions to rejuvenate your curb appeal."
|
||||
@@ -151,37 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Essentials",
|
||||
price: "$149",
|
||||
period: "per service",
|
||||
description: "Driveway and sidewalk cleaning.",
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Full driveway wash",
|
||||
"Sidewalk rinse",
|
||||
"Oil stain treatment",
|
||||
id: "basic", tag: "Essentials", price: "$149", period: "per service", description: "Driveway and sidewalk cleaning.", button: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Full driveway wash", "Sidewalk rinse", "Oil stain treatment", "Free Assessment Included"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Popular",
|
||||
price: "$299",
|
||||
period: "per service",
|
||||
description: "Complete exterior house refresh.",
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Driveway & sidewalk",
|
||||
"Full siding wash",
|
||||
"Patio cleaning",
|
||||
id: "pro", tag: "Popular", price: "$299", period: "per service", description: "Complete exterior house refresh.", button: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Driveway & sidewalk", "Full siding wash", "Patio cleaning", "Free Assessment Included"
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -197,45 +139,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm",
|
||||
testimonial: "My driveway has never looked this good. Incredible job!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", handle: "@sarahm", testimonial: "My driveway has never looked this good. Incredible job!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746379.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Davis",
|
||||
handle: "@johnd",
|
||||
testimonial: "Under Pressure team was professional, on time, and very thorough.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-owner-working_23-2148828372.jpg",
|
||||
},
|
||||
id: "t2", name: "John Davis", handle: "@johnd", testimonial: "Under Pressure team was professional, on time, and very thorough.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-owner-working_23-2148828372.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma Wilson",
|
||||
handle: "@emmaw",
|
||||
testimonial: "Highly recommended for any exterior cleaning needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg",
|
||||
},
|
||||
id: "t3", name: "Emma Wilson", handle: "@emmaw", testimonial: "Highly recommended for any exterior cleaning needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Clark",
|
||||
handle: "@davidc",
|
||||
testimonial: "Great attention to detail. My patio looks brand new.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
id: "t4", name: "David Clark", handle: "@davidc", testimonial: "Great attention to detail. My patio looks brand new.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda Thompson",
|
||||
handle: "@lindat",
|
||||
testimonial: "Friendly staff, excellent service, very competitive pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-housewife-cleaning-house-doors_259150-58907.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda Thompson", handle: "@lindat", testimonial: "Friendly staff, excellent service, very competitive pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-housewife-cleaning-house-doors_259150-58907.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -249,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Are your cleaning methods safe?",
|
||||
content: "Yes, we use eco-friendly chemicals that are safe for pets and plants.",
|
||||
},
|
||||
id: "faq1", title: "Are your cleaning methods safe?", content: "Yes, we use eco-friendly chemicals that are safe for pets and plants."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do I need to be home?",
|
||||
content: "No, as long as we have access to outdoor water supply.",
|
||||
},
|
||||
id: "faq2", title: "Do I need to be home?", content: "No, as long as we have access to outdoor water supply."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How long does it take?",
|
||||
content: "Most residential jobs take 2-4 hours depending on the size.",
|
||||
},
|
||||
id: "faq3", title: "How long does it take?", content: "Most residential jobs take 2-4 hours depending on the size."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers about our pressure washing services."
|
||||
@@ -274,16 +182,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Get Your Property Clean?"
|
||||
description="Get in touch today for a free estimate and professional service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (555) 123-4567",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
text: "Call (555) 123-4567", href: "tel:5551234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -293,37 +198,23 @@ export default function LandingPage() {
|
||||
logoText="Under Pressure Cleaning LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Pressure Washing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pressure Washing", href: "#"},
|
||||
{
|
||||
label: "Soft Washing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Soft Washing", href: "#"},
|
||||
{
|
||||
label: "Deck Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
label: "Deck Cleaning", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user