6 Commits

Author SHA1 Message Date
1627bf8f52 Merge version_6 into main
Merge version_6 into main
2026-06-03 19:05:53 +00:00
ca6987023a Update src/app/page.tsx 2026-06-03 19:05:50 +00:00
9dc44cb4ae Merge version_6 into main
Merge version_6 into main
2026-06-03 19:05:21 +00:00
9628168100 Update src/app/page.tsx 2026-06-03 19:05:18 +00:00
0bde794890 Switch to version 3: modified src/app/page.tsx 2026-06-03 19:03:19 +00:00
e3653568f4 Merge version_4 into main
Merge version_4 into main
2026-06-03 19:02:39 +00:00

View File

@@ -103,8 +103,9 @@ export default function LandingPage() {
type: "text", text: "Free Estimates Available"},
]}
buttons={[
{ text: "Get a Free Estimate", href: "#footer" },
{ text: "View Our Services", href: "#services" }
{
text: "Get a Free Estimate", href: "#footer"
}
]}
/>
</div>
@@ -133,6 +134,11 @@ export default function LandingPage() {
]}
title="Our Services"
description="At JR Landscaping LLC, we offer a comprehensive range of services to transform your outdoor space into a beautiful, functional extension of your home."
buttons={[
{
text: "Get a Free Estimate", href: "#footer"
}
]}
/>
</div>
@@ -158,6 +164,11 @@ export default function LandingPage() {
]}
title="Recent Projects"
description="Explore our portfolio of stunning landscape transformations and custom outdoor living spaces, each crafted with precision and care."
buttons={[
{
text: "View Our Portfolio", href: "#projects"
}
]}
/>
</div>
@@ -205,6 +216,11 @@ export default function LandingPage() {
cardTag="5.0 Google Rating"
cardTagIcon={Star}
cardAnimation="slide-up"
buttons={[
{
text: "Read More Reviews", href: "https://www.google.com/search?q=JR+Landscaping+LLC+Crandall+TX+reviews"
}
]}
/>
</div>
@@ -225,6 +241,11 @@ export default function LandingPage() {
sideDescription="From initial consultation to the final touches, our streamlined process ensures clarity, efficiency, and exceptional results for every landscaping project."
faqsAnimation="slide-up"
textPosition="right"
buttons={[
{
text: "Start Your Project", href: "#footer"
}
]}
/>
</div>
@@ -237,6 +258,11 @@ export default function LandingPage() {
title="Proudly Serving"
description="We extend our premium landscaping services across Crandall and surrounding communities, bringing beautiful outdoor transformations to your neighborhood."
showCard={true}
buttons={[
{
text: "Contact Us", href: "#footer"
}
]}
/>
</div>