Merge version_1 into main #3
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Values"
|
||||
description="Professionalism defines everything we do."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{ title: "Integrity", description: "Honest pricing and transparent quotes." },
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=5"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Lawn Care", href: "/services" }, { label: "Window Washing", href: "/services" }, { label: "Pressure Washing", href: "/services" }] },
|
||||
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Contact Details"
|
||||
description="Call us during business hours."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{ title: "Phone", description: "555-0123" },
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=6"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Lawn Care", href: "/services" }, { label: "Window Washing", href: "/services" }, { label: "Pressure Washing", href: "/services" }] },
|
||||
|
||||
@@ -42,9 +42,9 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Lawn Care Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
{ id: "2", name: "Window Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" },
|
||||
{ id: "3", name: "Pressure Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
{ id: "1", name: "Lawn Care Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=4" },
|
||||
{ id: "2", name: "Window Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=3" },
|
||||
{ id: "3", name: "Pressure Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=4" },
|
||||
]}
|
||||
title="Our Work"
|
||||
description="See the transformation for yourself."
|
||||
@@ -60,15 +60,15 @@ export default function LandingPage() {
|
||||
title="Before & After"
|
||||
description="See the results of our work."
|
||||
products={[
|
||||
{ id: "4", name: "Cleaned Patio", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
{ id: "5", name: "Trimmed Edge", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
{ id: "4", name: "Cleaned Patio", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=5" },
|
||||
{ id: "5", name: "Trimmed Edge", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=7"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Lawn Care", href: "/services" }, { label: "Window Washing", href: "/services" }, { label: "Pressure Washing", href: "/services" }] },
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
{ text: "Call Now", href: "tel:5550123" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=1"
|
||||
imageAlt="Professional lawn and exterior care"
|
||||
showBlur={true}
|
||||
/>
|
||||
@@ -71,11 +71,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg" },
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg?_wi=1" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-girl-white-background-thumbs-up_176420-5369.jpg" },
|
||||
{ id: "5", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg" },
|
||||
{ id: "5", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg?_wi=2" },
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Quality You Can See"
|
||||
description="We take pride in our precision and attention to detail."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{ title: "Eco-Friendly Products", description: "Safe for pets and your garden." },
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=3"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Lawn Care", href: "/services" }, { label: "Window Washing", href: "/services" }, { label: "Pressure Washing", href: "/services" }] },
|
||||
|
||||
@@ -44,18 +44,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Lawn Care", description: "Expert mowing, edging, and trimming to keep your property looking pristine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
title: "Lawn Care", description: "Expert mowing, edging, and trimming to keep your property looking pristine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=2" },
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Window Washing", description: "Residential and commercial window cleaning services for a crystal clear view.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" },
|
||||
title: "Window Washing", description: "Residential and commercial window cleaning services for a crystal clear view.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=2" },
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Pressure Washing", description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
title: "Pressure Washing", description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=2" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=4"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Lawn Care", href: "/services" }, { label: "Window Washing", href: "/services" }, { label: "Pressure Washing", href: "/services" }] },
|
||||
|
||||
Reference in New Issue
Block a user