Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "House Washing",
|
||||
description:
|
||||
"Remove dirt, mold, and mildew from your home's siding and exterior surfaces. Our house washing service restores the clean look of your home safely and effectively.",
|
||||
media: {
|
||||
id: "1", title: "House Washing", description:
|
||||
"Remove dirt, mold, and mildew from your home's siding and exterior surfaces. Our house washing service restores the clean look of your home safely and effectively.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=2",
|
||||
imageAlt: "Professional house washing",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=2", imageAlt: "Professional house washing"},
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Safe for all surfaces" },
|
||||
{ icon: CheckCircle, text: "Mold and mildew removal" },
|
||||
@@ -91,15 +80,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Driveway Cleaning",
|
||||
description:
|
||||
"Oil stains, dirt, and grime can make your driveway look old and dirty. We clean concrete and asphalt driveways to bring back a bright, fresh appearance.",
|
||||
media: {
|
||||
id: "2", title: "Driveway Cleaning", description:
|
||||
"Oil stains, dirt, and grime can make your driveway look old and dirty. We clean concrete and asphalt driveways to bring back a bright, fresh appearance.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=2",
|
||||
imageAlt: "Clean driveway",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=2", imageAlt: "Clean driveway"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Oil stain removal" },
|
||||
{ icon: CheckCircle, text: "Grime elimination" },
|
||||
@@ -107,15 +91,10 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Deck Cleaning",
|
||||
description:
|
||||
"Weather and dirt can damage decks over time. We carefully clean wood and composite decks to restore their natural look.",
|
||||
media: {
|
||||
id: "3", title: "Deck Cleaning", description:
|
||||
"Weather and dirt can damage decks over time. We carefully clean wood and composite decks to restore their natural look.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg?_wi=1",
|
||||
imageAlt: "Clean deck",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg?_wi=1", imageAlt: "Clean deck"},
|
||||
items: [
|
||||
{ icon: Leaf, text: "Wood preservation" },
|
||||
{ icon: CheckCircle, text: "Gentle cleaning method" },
|
||||
@@ -123,15 +102,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Roof Cleaning",
|
||||
description:
|
||||
"Dark streaks and buildup on your roof can make your home look older than it is. Our roof cleaning service removes stains and improves curb appeal.",
|
||||
media: {
|
||||
id: "4", title: "Roof Cleaning", description:
|
||||
"Dark streaks and buildup on your roof can make your home look older than it is. Our roof cleaning service removes stains and improves curb appeal.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg",
|
||||
imageAlt: "Clean roof",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/back-view-male-musician-roof-top-holding-electric-guitar_23-2148680355.jpg", imageAlt: "Clean roof"},
|
||||
items: [
|
||||
{ icon: Shield, text: "Roof protection" },
|
||||
{ icon: CheckCircle, text: "Streak removal" },
|
||||
@@ -139,15 +113,10 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Concrete Cleaning",
|
||||
description:
|
||||
"We clean sidewalks, patios, and other concrete surfaces to remove buildup and stains.",
|
||||
media: {
|
||||
id: "5", title: "Concrete Cleaning", description:
|
||||
"We clean sidewalks, patios, and other concrete surfaces to remove buildup and stains.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=3",
|
||||
imageAlt: "Clean concrete",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=3", imageAlt: "Clean concrete"},
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Complete stain removal" },
|
||||
{ icon: CheckCircle, text: "Like-new appearance" },
|
||||
@@ -158,6 +127,7 @@ export default function HomePage() {
|
||||
title="Our Pressure Washing Services"
|
||||
description="We offer professional exterior cleaning services to keep your property looking its best. From dirty driveways to stained siding, we handle it all with care and attention to detail."
|
||||
tag="Services"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -192,16 +162,9 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Richlands",
|
||||
name: "Free Quote Available",
|
||||
price: "Call Today",
|
||||
rating: 5,
|
||||
reviewCount: "Local Service",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-930.jpg?_wi=1",
|
||||
imageAlt: "Contact us for free quote",
|
||||
},
|
||||
id: "1", brand: "Richlands", name: "Free Quote Available", price: "Call Today", rating: 5,
|
||||
reviewCount: "Local Service", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-930.jpg?_wi=1", imageAlt: "Contact us for free quote"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -211,24 +174,21 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:+12765550142" },
|
||||
{ label: "Email", href: "mailto:richlandspressure@gmail.com" },
|
||||
{ label: "Request Quote", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{ label: "Richlands, VA", href: "#" },
|
||||
{ label: "Surrounding Areas", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user