Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c7aee76d5 | |||
| 0b4efd743d | |||
| e73c089284 | |||
| e944c63202 | |||
| 11f442112e | |||
| e032f72e0d | |||
| 8f001fa4d4 | |||
| 53fe9ebc8e | |||
| 5713ab86b2 | |||
| 65ce173d75 | |||
| a7f977eb89 | |||
| 9d74e53330 | |||
| 47a382141e | |||
| b18d027320 | |||
| 201bcc1078 | |||
| b7672ab9f2 | |||
| 84928c3319 | |||
| 8667782dfb | |||
| 91fdfca11a | |||
| aa3d67d638 | |||
| 56a661a067 | |||
| d2f54a2b74 | |||
| f25383ad80 | |||
| 7db4d94a51 | |||
| 21573c76cf | |||
| 767c8def37 | |||
| 1627bf8f52 | |||
| ca6987023a | |||
| 9dc44cb4ae | |||
| 9628168100 | |||
| 0bde794890 |
@@ -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>
|
||||
|
||||
@@ -278,4 +304,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user