Merge version_1 into main #3
@@ -53,10 +53,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-tiling-floor_23-2149343994.jpg", imageAlt: "Before and after powerwashing transformation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg", imageAlt: "Professional house washing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg", imageAlt: "Expert roof cleaning with soft-wash technology" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg", imageAlt: "Driveway powerwashing transformation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-beach-resort-famous-resort_146671-18886.jpg", imageAlt: "Deck and patio cleaning restoration" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg?_wi=1", imageAlt: "Professional house washing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg?_wi=1", imageAlt: "Expert roof cleaning with soft-wash technology" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg?_wi=1", imageAlt: "Driveway powerwashing transformation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-beach-resort-famous-resort_146671-18886.jpg?_wi=1", imageAlt: "Deck and patio cleaning restoration" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,13 +68,13 @@ export default function LandingPage() {
|
||||
tag="Gallery"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Siding Restoration", price: "Transformation", variant: "10 Years of Dirt Gone", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg", imageAlt: "Siding restoration before and after"
|
||||
id: "1", name: "Siding Restoration", price: "Transformation", variant: "10 Years of Dirt Gone", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg?_wi=2", imageAlt: "Siding restoration before and after"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Roof Cleaning", price: "Transformation", variant: "Safe Soft-Wash Technology", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg", imageAlt: "Roof cleaning before and after"
|
||||
id: "2", name: "Roof Cleaning", price: "Transformation", variant: "Safe Soft-Wash Technology", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg?_wi=2", imageAlt: "Roof cleaning before and after"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Gutter Brightening", price: "Transformation", variant: "Looks Brand New Again", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-colorful-autumn-leaves-fallen-stairs_181624-7424.jpg", imageAlt: "Gutter brightening transformation"
|
||||
id: "3", name: "Gutter Brightening", price: "Transformation", variant: "Looks Brand New Again", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-colorful-autumn-leaves-fallen-stairs_181624-7424.jpg?_wi=1", imageAlt: "Gutter brightening transformation"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -91,15 +91,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Professional Results", description: "Years of built-up grime, mold, and stains completely removed with precision and care.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg", imageAlt: "Professional cleaning results"
|
||||
title: "Professional Results", description: "Years of built-up grime, mold, and stains completely removed with precision and care.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg?_wi=3", imageAlt: "Professional cleaning results"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Safe Cleaning Methods", description: "Soft-wash technology protects your siding, roofs, and gutters while delivering pristine results.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg", imageAlt: "Safe cleaning technology"
|
||||
title: "Safe Cleaning Methods", description: "Soft-wash technology protects your siding, roofs, and gutters while delivering pristine results.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg?_wi=3", imageAlt: "Safe cleaning technology"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Attention to Detail", description: "Every surface is cleaned with meticulous care, as if it were our own home.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg", imageAlt: "Detailed cleaning work"
|
||||
title: "Attention to Detail", description: "Every surface is cleaned with meticulous care, as if it were our own home.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg?_wi=2", imageAlt: "Detailed cleaning work"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -114,23 +114,23 @@ export default function LandingPage() {
|
||||
description="Professional exterior cleaning for every part of your home."
|
||||
plans={[
|
||||
{
|
||||
id: "house-washing", title: "House Washing", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg", imageAlt: "House washing service", features: ["Siding restoration", "Mold & algae removal", "Dirt and stain removal", "Fully insured service"],
|
||||
id: "house-washing", title: "House Washing", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562165.jpg?_wi=4", imageAlt: "House washing service", features: ["Siding restoration", "Mold & algae removal", "Dirt and stain removal", "Fully insured service"],
|
||||
button: { text: "Get Quote", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "roof-cleaning", title: "Roof Cleaning", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg", imageAlt: "Roof cleaning service", features: ["Soft-wash technology", "Shingle protection", "Moss & mold removal", "Safety guaranteed"],
|
||||
id: "roof-cleaning", title: "Roof Cleaning", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-water-drops-bench_23-2148795860.jpg?_wi=4", imageAlt: "Roof cleaning service", features: ["Soft-wash technology", "Shingle protection", "Moss & mold removal", "Safety guaranteed"],
|
||||
button: { text: "Get Quote", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "gutter-cleaning", title: "Gutter Cleaning", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-colorful-autumn-leaves-fallen-stairs_181624-7424.jpg", imageAlt: "Gutter cleaning service", features: ["Gutter brightening", "Debris removal", "Downspout cleaning", "Brand new appearance"],
|
||||
id: "gutter-cleaning", title: "Gutter Cleaning", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-colorful-autumn-leaves-fallen-stairs_181624-7424.jpg?_wi=2", imageAlt: "Gutter cleaning service", features: ["Gutter brightening", "Debris removal", "Downspout cleaning", "Brand new appearance"],
|
||||
button: { text: "Get Quote", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "driveway-walkway", title: "Driveways & Walkways", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg", imageAlt: "Driveway cleaning service", features: ["Stain removal", "Moss & algae removal", "Years of buildup gone", "Curb appeal restored"],
|
||||
id: "driveway-walkway", title: "Driveways & Walkways", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg?_wi=3", imageAlt: "Driveway cleaning service", features: ["Stain removal", "Moss & algae removal", "Years of buildup gone", "Curb appeal restored"],
|
||||
button: { text: "Get Quote", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "deck-patio", title: "Deck & Patio Cleaning", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-beach-resort-famous-resort_146671-18886.jpg", imageAlt: "Deck and patio cleaning service", features: ["Outdoor space restoration", "Wood protection", "Ready for entertaining", "Long-lasting results"],
|
||||
id: "deck-patio", title: "Deck & Patio Cleaning", price: "Custom", period: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-beach-resort-famous-resort_146671-18886.jpg?_wi=2", imageAlt: "Deck and patio cleaning service", features: ["Outdoor space restoration", "Wood protection", "Ready for entertaining", "Long-lasting results"],
|
||||
button: { text: "Get Quote", href: "#contact" }
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user