5 Commits

Author SHA1 Message Date
5ec7929c22 Update src/app/page.tsx 2026-05-12 15:51:46 +00:00
d25f1bc51c Merge version_1 into main
Merge version_1 into main
2026-05-12 15:51:02 +00:00
0afdc1debd Merge version_1 into main
Merge version_1 into main
2026-05-12 15:50:38 +00:00
833dc81761 Merge version_1 into main
Merge version_1 into main
2026-05-12 15:50:06 +00:00
dbd5a3db8f Merge version_1 into main
Merge version_1 into main
2026-05-12 15:49:36 +00:00

View File

@@ -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>