14 Commits

Author SHA1 Message Date
e73c089284 Update src/app/page.tsx 2026-06-03 20:48:47 +00:00
e944c63202 Switch to version 2: modified src/app/page.tsx 2026-06-03 20:47:31 +00:00
11f442112e Switch to version 1: modified src/app/page.tsx 2026-06-03 20:47:17 +00:00
e032f72e0d Switch to version 2: modified src/app/page.tsx 2026-06-03 20:47:14 +00:00
8f001fa4d4 Switch to version 3: modified src/app/page.tsx 2026-06-03 20:47:10 +00:00
53fe9ebc8e Switch to version 5: modified src/app/page.tsx 2026-06-03 20:47:03 +00:00
5713ab86b2 Switch to version 8: modified src/app/page.tsx 2026-06-03 20:46:57 +00:00
65ce173d75 Switch to version 12: modified src/app/page.tsx 2026-06-03 20:46:49 +00:00
a7f977eb89 Switch to version 13: modified src/app/page.tsx 2026-06-03 20:46:46 +00:00
9d74e53330 Switch to version 14: modified src/app/page.tsx 2026-06-03 20:46:44 +00:00
47a382141e Merge version_15 into main
Merge version_15 into main
2026-06-03 20:43:09 +00:00
b18d027320 Update src/app/page.tsx 2026-06-03 20:43:06 +00:00
201bcc1078 Merge version_14 into main
Merge version_14 into main
2026-06-03 20:41:03 +00:00
84928c3319 Merge version_14 into main
Merge version_14 into main
2026-06-03 20:40:21 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
name: "Home", id: "#home"},
{
name: "Services", id: "#services"},
{
@@ -102,11 +102,6 @@ export default function LandingPage() {
{
type: "text", text: "Free Estimates Available"},
]}
buttons={[
{
text: "Get a Free Estimate", href: "#footer"
}
]}
/>
</div>
@@ -117,28 +112,19 @@ export default function LandingPage() {
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,
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,
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,
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,
buttonHref: "#footer"
},
]}
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 +150,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: "#footer"
}
]}
/>
</div>
@@ -216,11 +197,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 +217,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 +229,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>
@@ -285,6 +251,12 @@ export default function LandingPage() {
label: "About", href: "#about"},
{
label: "Reviews", href: "#reviews"},
{
label: "Process", href: "#process"},
{
label: "Service Area", href: "#service-area"},
{
label: "Contact", href: "#footer"}
],
},
{
@@ -304,4 +276,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}