Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ec7929c22 | |||
| d25f1bc51c | |||
| 0afdc1debd | |||
| 833dc81761 | |||
| dbd5a3db8f |
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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" },
|
||||
@@ -99,6 +99,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Service Packages"
|
||||
description="Select the service package that fits your needs."
|
||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user