14 Commits

Author SHA1 Message Date
f25383ad80 Merge version_9 into main
Merge version_9 into main
2026-06-03 19:51:16 +00:00
7db4d94a51 Update src/app/page.tsx 2026-06-03 19:51:13 +00:00
21573c76cf Merge version_9 into main
Merge version_9 into main
2026-06-03 19:50:48 +00:00
767c8def37 Update src/app/page.tsx 2026-06-03 19:50:45 +00:00
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
5cd06832f9 Update src/app/page.tsx 2026-06-03 19:02:35 +00:00
2f87ef9202 Merge version_3 into main
Merge version_3 into main
2026-06-03 18:59:15 +00:00
37cff62502 Update src/app/page.tsx 2026-06-03 18:59:12 +00:00
c97da45c5d Merge version_2 into main
Merge version_2 into main
2026-06-03 18:57:03 +00:00

View File

@@ -42,6 +42,12 @@ export default function LandingPage() {
name: "About", id: "#about"}, name: "About", id: "#about"},
{ {
name: "Reviews", id: "#reviews"}, name: "Reviews", id: "#reviews"},
{
name: "Process", id: "#process"},
{
name: "Service Area", id: "#service-area"},
{
name: "Contact", id: "#footer"}
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-lawn-mower-logo_23-2149189098.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-lawn-mower-logo_23-2149189098.jpg"
logoAlt="JR Landscaping LLC Logo" logoAlt="JR Landscaping LLC Logo"
@@ -96,6 +102,11 @@ export default function LandingPage() {
{ {
type: "text", text: "Free Estimates Available"}, type: "text", text: "Free Estimates Available"},
]} ]}
buttons={[
{
text: "Get a Free Estimate", href: "#footer"
}
]}
/> />
</div> </div>
@@ -106,19 +117,28 @@ export default function LandingPage() {
features={[ features={[
{ {
title: "Rock Landscaping", description: "Natural stone features, decorative rock beds, borders, and low-maintenance landscaping solutions tailored to your aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12409.jpg", imageAlt: "Decorative rock landscaping with natural stone", buttonIcon: ArrowRight, title: "Rock Landscaping", description: "Natural stone features, decorative rock beds, borders, and low-maintenance landscaping solutions tailored to your aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12409.jpg", imageAlt: "Decorative rock landscaping with natural stone", buttonIcon: ArrowRight,
buttonHref: "#footer"
}, },
{ {
title: "Patios & Outdoor Spaces", description: "Custom patios designed and built to create beautiful and functional outdoor living areas perfect for relaxation and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/positive-people-having-meal-wooden-table-backyard_1262-20343.jpg", imageAlt: "Custom paver patio and outdoor living space", buttonIcon: ArrowRight, title: "Patios & Outdoor Spaces", description: "Custom patios designed and built to create beautiful and functional outdoor living areas perfect for relaxation and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/positive-people-having-meal-wooden-table-backyard_1262-20343.jpg", imageAlt: "Custom paver patio and outdoor living space", buttonIcon: ArrowRight,
buttonHref: "#footer"
}, },
{ {
title: "Landscape Improvements", description: "Enhance your property with mulch, edging, new plantings, seasonal cleanup services, and complete landscape upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg", imageAlt: "Garden beds with fresh mulch and new plants", buttonIcon: ArrowRight, title: "Landscape Improvements", description: "Enhance your property with mulch, edging, new plantings, seasonal cleanup services, and complete landscape upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg", imageAlt: "Garden beds with fresh mulch and new plants", buttonIcon: ArrowRight,
buttonHref: "#footer"
}, },
{ {
title: "Tree & Shrub Care", description: "Professional planting, pruning, and health maintenance for trees and shrubs, ensuring a thriving and beautiful landscape.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg", imageAlt: "Professional tree and shrub planting", buttonIcon: ArrowRight, title: "Tree & Shrub Care", description: "Professional planting, pruning, and health maintenance for trees and shrubs, ensuring a thriving and beautiful landscape.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg", imageAlt: "Professional tree and shrub planting", buttonIcon: ArrowRight,
buttonHref: "#footer"
}, },
]} ]}
title="Our Services" 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." 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> </div>
@@ -144,6 +164,11 @@ export default function LandingPage() {
]} ]}
title="Recent Projects" title="Recent Projects"
description="Explore our portfolio of stunning landscape transformations and custom outdoor living spaces, each crafted with precision and care." 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> </div>
@@ -191,6 +216,11 @@ export default function LandingPage() {
cardTag="5.0 Google Rating" cardTag="5.0 Google Rating"
cardTagIcon={Star} cardTagIcon={Star}
cardAnimation="slide-up" cardAnimation="slide-up"
buttons={[
{
text: "Read More Reviews", href: "https://www.google.com/search?q=JR+Landscaping+LLC+Crandall+TX+reviews"
}
]}
/> />
</div> </div>
@@ -211,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." sideDescription="From initial consultation to the final touches, our streamlined process ensures clarity, efficiency, and exceptional results for every landscaping project."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textPosition="right" textPosition="right"
buttons={[
{
text: "Start Your Project", href: "#footer"
}
]}
/> />
</div> </div>
@@ -223,6 +258,11 @@ export default function LandingPage() {
title="Proudly Serving" title="Proudly Serving"
description="We extend our premium landscaping services across Crandall and surrounding communities, bringing beautiful outdoor transformations to your neighborhood." description="We extend our premium landscaping services across Crandall and surrounding communities, bringing beautiful outdoor transformations to your neighborhood."
showCard={true} showCard={true}
buttons={[
{
text: "Contact Us", href: "#footer"
}
]}
/> />
</div> </div>