Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94de77a969 | |||
| bc9e9dae33 | |||
| 16d414526f | |||
| 2263c07320 |
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-actions"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Basic Lawn Care", price: "$150/mo", imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7322.jpg" },
|
{ id: "p1", name: "Basic Lawn Care", price: "$150/mo", imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7322.jpg" },
|
||||||
@@ -99,7 +99,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Service Packages"
|
title="Service Packages"
|
||||||
description="Select the service package that fits your needs."
|
description="Select the service package that fits your needs."
|
||||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,7 +138,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "Do you offer quotes online?", content: "Yes, just use our contact form and we'll reach out." },
|
{ id: "f1", title: "Do you offer quotes online?", content: "Yes, just use our contact form and we'll reach out." },
|
||||||
{ id: "f2", title: "How can I pay?", content: "You can pay securely directly through our website." },
|
{ id: "f2", title: "How can I pay?", content: "You can pay securely via Credit/Debit card, ACH transfer, or Apple Pay directly through our website." },
|
||||||
{ id: "f3", title: "What areas do you serve?", content: "We serve the entire surrounding county area." },
|
{ id: "f3", title: "What areas do you serve?", content: "We serve the entire surrounding county area." },
|
||||||
]}
|
]}
|
||||||
sideTitle="Questions?"
|
sideTitle="Questions?"
|
||||||
@@ -152,7 +151,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Request Your Consultation"
|
title="Request Your Consultation"
|
||||||
description="Get in touch with us today to start your next landscape project."
|
description="Get in touch with us today to start your next landscape project. We typically respond to all inquiries within 24-48 business hours."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-working-alone-sustainable-greenhouse_23-2149072122.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-working-alone-sustainable-greenhouse_23-2149072122.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonText="Send Request"
|
buttonText="Send Request"
|
||||||
|
|||||||
Reference in New Issue
Block a user