Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a75dd9852 | |||
| 6c545f0ec4 | |||
| 8f1cfac169 | |||
| accab788a4 | |||
| 46737ec035 | |||
| 85189a2fc0 | |||
| fc9ba84846 | |||
| 959941cf43 | |||
| 0eb1a1af53 | |||
| b725bd3e1c | |||
| b41cc8c9b0 | |||
| 4c707579fb | |||
| 2e247447c0 | |||
| dd97172b06 | |||
| e13f8a70ce | |||
| ebd6accf84 | |||
| 262baf7a94 | |||
| 0e8e74309d |
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -47,8 +47,7 @@ export default function LandingPage() {
|
||||
tag="Quality Outdoor Living"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:2242396133" },
|
||||
{ text: "Get Free Estimate", href: "#contact" }
|
||||
{ text: "Call Now", href: "tel:2242396133" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -71,24 +70,76 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "hardscape", title: "Hardscape Construction", description: "Paver patios, walkways, retaining walls, and garden borders designed for durability and beauty", tag: "Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Hardscape construction", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
id: "artificial-turf", title: "Artificial Turf Installation", description: "High-quality artificial turf installation for a lush, low-maintenance lawn year-round", tag: "Artificial Turf", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Artificial turf installation", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "landscaping", title: "Landscape Design & Installation", description: "Custom landscape design, mulching, plant installation, and garden beds that transform your yard", tag: "Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Landscape design", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
id: "backyard-design", title: "Backyard Design", description: "Custom backyard design that maximizes space and functionality for outdoor living", tag: "Backyard Design", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Backyard design", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "lawn-care", title: "Lawn Care & Maintenance", description: "Professional lawn maintenance, sod installation, and repair services for a healthy, beautiful lawn", tag: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/farmer-planting-young-seedlings-flowers-garden-man-holding-little-flower-sprout-hands-going-put-it-soil-with-garden-tools_176420-19891.jpg", imageAlt: "Lawn care", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
id: "grading-resloping", title: "Grading and Resloping", description: "Professional grading and resloping services to improve drainage and landscape grade", tag: "Grading", imageSrc: "http://img.b2bpic.net/free-photo/farmer-planting-young-seedlings-flowers-garden-man-holding-little-flower-sprout-hands-going-put-it-soil-with-garden-tools_176420-19891.jpg?_wi=1", imageAlt: "Grading services", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "seasonal", title: "Seasonal Services", description: "Spring cleanup, fall leaf cleanup, and snow removal to keep your property maintained year-round", tag: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1", imageAlt: "Seasonal services", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
id: "grass-seeding", title: "Grass Seeding", description: "Expert grass seeding services for a healthy, vibrant lawn establishment", tag: "Grass Seeding", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1", imageAlt: "Grass seeding", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "landscape-design", title: "Landscape Design", description: "Custom landscape design services that transform your outdoor vision into reality", tag: "Landscape Design", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Landscape design", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "landscaping-maintenance", title: "Landscaping Maintenance", description: "Ongoing landscape maintenance services to keep your yard looking beautiful year-round", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Landscaping maintenance", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "water-feature-design", title: "Outdoor Water Feature Design", description: "Beautiful water feature design and installation including fountains, ponds, and streams", tag: "Water Features", imageSrc: "http://img.b2bpic.net/free-photo/farmer-planting-young-seedlings-flowers-garden-man-holding-little-flower-sprout-hands-going-put-it-soil-with-garden-tools_176420-19891.jpg?_wi=2", imageAlt: "Water feature design", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "patio-design", title: "Patio Design", description: "Expert patio design and construction for your perfect outdoor entertaining space", tag: "Patio Design", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1", imageAlt: "Patio design", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "retaining-wall-design", title: "Retaining Wall Design", description: "Professional retaining wall design and construction for erosion control and landscaping", tag: "Retaining Walls", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Retaining wall design", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "sod-installation", title: "Sod Installation", description: "Professional sod installation for instant lawn establishment and a lush appearance", tag: "Sod Installation", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Sod installation", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "walkway-landscaping", title: "Walkway Landscaping", description: "Beautiful walkway design and landscaping to enhance your property's curb appeal", tag: "Walkways", imageSrc: "http://img.b2bpic.net/free-photo/farmer-planting-young-seedlings-flowers-garden-man-holding-little-flower-sprout-hands-going-put-it-soil-with-garden-tools_176420-19891.jpg?_wi=3", imageAlt: "Walkway landscaping", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "brick-patios", title: "Brick Patios", description: "Classic brick patio installation for timeless outdoor spaces", tag: "Brick Patios", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1", imageAlt: "Brick patios", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "commercial-residential", title: "Commercial and Residential Services", description: "Professional landscaping services for both commercial and residential properties", tag: "Commercial & Residential", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Commercial and residential services", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "garden-care", title: "Garden Care", description: "Specialized garden care services including planting, maintenance, and seasonal adjustments", tag: "Garden Care", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Garden care", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "home-services", title: "Home Services", description: "Complete home exterior services including landscaping, hardscape, and outdoor improvements", tag: "Home Services", imageSrc: "http://img.b2bpic.net/free-photo/farmer-planting-young-seedlings-flowers-garden-man-holding-little-flower-sprout-hands-going-put-it-soil-with-garden-tools_176420-19891.jpg?_wi=4", imageAlt: "Home services", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "landscape-hardscape", title: "Landscape and Hardscape", description: "Complete landscape and hardscape construction combining design, materials, and installation", tag: "Landscape & Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1", imageAlt: "Landscape and hardscape", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "landscape-architecture", title: "Landscape Architecture", description: "Professional landscape architecture services for complex outdoor projects and planning", tag: "Landscape Architecture", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Landscape architecture", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "mowing-lawns", title: "Mowing Lawns", description: "Professional lawn mowing services for consistent, healthy lawn maintenance", tag: "Lawn Mowing", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Lawn mowing", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "retaining-walls", title: "Retaining Walls", description: "Professional retaining wall construction for erosion control and property enhancement", tag: "Retaining Walls", imageSrc: "http://img.b2bpic.net/free-photo/farmer-planting-young-seedlings-flowers-garden-man-holding-little-flower-sprout-hands-going-put-it-soil-with-garden-tools_176420-19891.jpg?_wi=5", imageAlt: "Retaining walls", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "seasonal-plants", title: "Seasonal Plants", description: "Seasonal plant installation and care for vibrant landscapes throughout the year", tag: "Seasonal Plants", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1", imageAlt: "Seasonal plants", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "trees-shrubs", title: "Trees and Shrubs", description: "Professional tree and shrub selection, planting, and care services", tag: "Trees & Shrubs", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Trees and shrubs", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "water-features", title: "Water Features", description: "Custom water feature installation including fountains, ponds, and water gardens", tag: "Water Features", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Water features", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,8 +242,7 @@ export default function LandingPage() {
|
||||
title="Get Your Free Landscaping & Hardscape Estimate Today"
|
||||
description="Contact Garcia's Project Landscape & Hardscape Construction for a no-obligation consultation. We're ready to help you create the outdoor space of your dreams."
|
||||
buttons={[
|
||||
{ text: "Call (224) 239-6133", href: "tel:2242396133" },
|
||||
{ text: "Get Free Estimate", href: "tel:2242396133" }
|
||||
{ text: "Call (224) 239-6133", href: "tel:2242396133" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
Reference in New Issue
Block a user