Switch to version 5: modified src/app/page.tsx
This commit is contained in:
@@ -103,9 +103,8 @@ export default function LandingPage() {
|
||||
type: "text", text: "Free Estimates Available"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate", href: "#footer"
|
||||
}
|
||||
{ text: "Get a Free Estimate", href: "#footer" },
|
||||
{ text: "View Our Services", href: "#services" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,11 +133,6 @@ 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>
|
||||
|
||||
@@ -164,11 +158,6 @@ 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>
|
||||
|
||||
@@ -216,11 +205,6 @@ 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>
|
||||
|
||||
@@ -241,11 +225,6 @@ 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>
|
||||
|
||||
@@ -258,11 +237,6 @@ 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user