Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 19:08:39 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
title="Professional Tree & Landscaping Services"
description="Fast, reliable, and fair-priced tree trimming, removal, and landscaping for the Dallas-Fort Worth area. Expert crew ready to help."
tag="Local DFW Service"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Call Now: 972-859-9529", href: "tel:972-859-9529" },
{ text: "Request Estimate", href: "#contact" },
@@ -68,11 +68,11 @@ export default function LandingPage() {
title="Our Services"
description="Complete tree and landscaping solutions for homeowners and businesses throughout Dallas-Fort Worth."
tag="What We Do"
imagePosition="right"
mediaPosition="right"
mediaAnimation="slide-up"
useInvertedBackground={true}
textboxLayout="default"
imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg"
imageAlt="Klime Time professional team"
accordionItems={[
{
@@ -100,7 +100,7 @@ export default function LandingPage() {
imagePosition="left"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/factory-employees-with-yellow-hardhats-inspecting-metal-parts-automobile-factory_342744-237.jpg"
imageAlt="Klime Time professional team"
mediaAnimation="blur-reveal"
bulletPoints={[
@@ -225,4 +225,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}