Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cd06832f9 | |||
| 2f87ef9202 | |||
| 37cff62502 | |||
| c97da45c5d | |||
| 7c4b071084 | |||
| 4a90c8e3d0 |
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
@@ -43,7 +43,11 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
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"
|
||||
logoAlt="JR Landscaping LLC Logo"
|
||||
@@ -98,6 +102,10 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", text: "Free Estimates Available"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get a Free Estimate", href: "#footer" },
|
||||
{ text: "View Our Services", href: "#services" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,15 +116,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"
|
||||
@@ -228,32 +240,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Ready to Improve Your Property?"
|
||||
description="JR Landscaping LLC\n📞 (214) 480-2086\n📍 408 N 2nd St, Crandall, TX 75114\nOpen Monday–Saturday"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg"
|
||||
imageAlt="Beautiful landscaped backyard with evening lighting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Get a Free Quote"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
@@ -273,8 +259,6 @@ export default function LandingPage() {
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -294,4 +278,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user