diff --git a/src/app/page.tsx b/src/app/page.tsx
index c5e21d0..50c7034 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Gauge, Leaf, Sparkles, Users, Zap } from "lucide-react";
+import { Gauge, Leaf, Sparkles, Users, Zap, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,56 +33,37 @@ export default function LandingPage() {
@@ -122,32 +97,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Professional Lawn Mowing",
- description: "Regular, precise lawn mowing to keep your grass healthy and looking immaculate, including edging and blowing.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-plants_329181-12446.jpg",
- imageAlt: "Professional lawn mowing service",
- buttonIcon: "ArrowRight",
+ title: "Professional Lawn Mowing", description: "Regular, precise lawn mowing to keep your grass healthy and looking immaculate, including edging and blowing.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-plants_329181-12446.jpg", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight,
},
{
- title: "Expert Tree Trimming",
- description: "Skilled tree trimming and pruning to enhance tree health, shape, and safety, preventing potential hazards.",
- imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2288.jpg",
- imageAlt: "Expert tree trimming service",
- buttonIcon: "ArrowRight",
+ title: "Expert Tree Trimming", description: "Skilled tree trimming and pruning to enhance tree health, shape, and safety, preventing potential hazards.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2288.jpg", imageAlt: "Expert tree trimming service", buttonIcon: ArrowRight,
},
{
- title: "Creative Landscaping Design",
- description: "Transform your outdoor space with custom landscaping designs, from planting new gardens to installing irrigation systems.",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7085.jpg",
- imageAlt: "Creative landscaping design",
- buttonIcon: "ArrowRight",
+ title: "Creative Landscaping Design", description: "Transform your outdoor space with custom landscaping designs, from planting new gardens to installing irrigation systems.", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7085.jpg", imageAlt: "Creative landscaping design", buttonIcon: ArrowRight,
},
{
- title: "Lawn Fertilization & Weed Control",
- description: "Promote lush, green lawns with our fertilization programs and effective weed control solutions.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-bearded-hispanic-male-gardener-concentrated-planting-sprout-flower-pot-with-garden-tools-enjoying-moments-silence_176420-19924.jpg",
- imageAlt: "Lawn fertilization and weed control",
- buttonIcon: "ArrowRight",
+ title: "Lawn Fertilization & Weed Control", description: "Promote lush, green lawns with our fertilization programs and effective weed control solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-bearded-hispanic-male-gardener-concentrated-planting-sprout-flower-pot-with-garden-tools-enjoying-moments-silence_176420-19924.jpg", imageAlt: "Lawn fertilization and weed control", buttonIcon: ArrowRight,
},
]}
title="Our Comprehensive Lawn & Tree Services"
@@ -162,40 +121,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic-lawn",
- badge: "Standard",
- badgeIcon: Leaf,
- price: "$60/visit",
- subtitle: "Essential Lawn Care",
- features: [
- "Weekly Mowing",
- "Edging & Trimming",
- "Blowing & Cleanup",
- ],
+ id: "basic-lawn", badge: "Standard", badgeIcon: Leaf,
+ price: "$60/visit", subtitle: "Essential Lawn Care", features: [
+ "Weekly Mowing", "Edging & Trimming", "Blowing & Cleanup"],
},
{
- id: "premium-lawn",
- badge: "Popular",
- badgeIcon: Sparkles,
- price: "$95/visit",
- subtitle: "Enhanced Property Care",
- features: [
- "All Standard Features",
- "Fertilization (Seasonal)",
- "Basic Weed Control",
- ],
+ id: "premium-lawn", badge: "Popular", badgeIcon: Sparkles,
+ price: "$95/visit", subtitle: "Enhanced Property Care", features: [
+ "All Standard Features", "Fertilization (Seasonal)", "Basic Weed Control"],
},
{
- id: "full-service",
- badge: "Complete",
- badgeIcon: Zap,
- price: "Custom Quote",
- subtitle: "Total Outdoor Solution",
- features: [
- "All Premium Features",
- "Tree & Shrub Pruning",
- "Advanced Pest Control",
- ],
+ id: "full-service", badge: "Complete", badgeIcon: Zap,
+ price: "Custom Quote", subtitle: "Total Outdoor Solution", features: [
+ "All Premium Features", "Tree & Shrub Pruning", "Advanced Pest Control"],
},
]}
title="Flexible Plans for Every Property"
@@ -212,50 +150,20 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Homeowner",
- company: "Pasadena, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-joyful-expression-dressed-black-stylish-hat-denim-jacket-calls-mobile-phone-friend_273609-25938.jpg",
- imageAlt: "Sarah J.",
- },
+ id: "1", name: "Sarah J.", role: "Homeowner", company: "Pasadena, TX", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-joyful-expression-dressed-black-stylish-hat-denim-jacket-calls-mobile-phone-friend_273609-25938.jpg", imageAlt: "Sarah J."},
{
- id: "2",
- name: "Michael R.",
- role: "Property Manager",
- company: "Pasadena, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-cheerful-guy-showing-thumbs-up-sign-against-blue-background_482257-115342.jpg",
- imageAlt: "Michael R.",
- },
+ id: "2", name: "Michael R.", role: "Property Manager", company: "Pasadena, TX", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/african-american-cheerful-guy-showing-thumbs-up-sign-against-blue-background_482257-115342.jpg", imageAlt: "Michael R."},
{
- id: "3",
- name: "Emily P.",
- role: "Local Business Owner",
- company: "Pasadena, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveler-with-backpack-mountain-enjoying-with-nature-around-travel-lifestyle-concept_1150-1982.jpg",
- imageAlt: "Emily P.",
- },
+ id: "3", name: "Emily P.", role: "Local Business Owner", company: "Pasadena, TX", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveler-with-backpack-mountain-enjoying-with-nature-around-travel-lifestyle-concept_1150-1982.jpg", imageAlt: "Emily P."},
{
- id: "4",
- name: "David K.",
- role: "Resident",
- company: "Pasadena, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12330.jpg",
- imageAlt: "David K.",
- },
+ id: "4", name: "David K.", role: "Resident", company: "Pasadena, TX", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12330.jpg", imageAlt: "David K."},
{
- id: "5",
- name: "Jessica L.",
- role: "Homeowner",
- company: "Pasadena, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-with-beard-happily-looking-camera-showing-thumb-up-while-holding-green-paper-cloud-shape-hand-near-head-modern-office_574295-5737.jpg",
- imageAlt: "Jessica L.",
- },
+ id: "5", name: "Jessica L.", role: "Homeowner", company: "Pasadena, TX", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-man-with-beard-happily-looking-camera-showing-thumb-up-while-holding-green-paper-cloud-shape-hand-near-head-modern-office_574295-5737.jpg", imageAlt: "Jessica L."},
]}
title="What Our Valued Clients Say"
description="Hear directly from our satisfied customers in Pasadena, TX about their experience with Flex Lawn Care & Tree Service."
@@ -269,34 +177,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "exp",
- value: "15+",
- title: "Years Experience",
- items: [
- "Local to Pasadena, TX",
- "Expert Arborists",
- "Skilled Landscapers",
- ],
+ id: "exp", value: "15+", title: "Years Experience", items: [
+ "Local to Pasadena, TX", "Expert Arborists", "Skilled Landscapers"],
},
{
- id: "clients",
- value: "500+",
- title: "Happy Customers",
- items: [
- "Residential Properties",
- "Commercial Clients",
- "Repeat Business",
- ],
+ id: "clients", value: "500+", title: "Happy Customers", items: [
+ "Residential Properties", "Commercial Clients", "Repeat Business"],
},
{
- id: "projects",
- value: "2000+",
- title: "Projects Completed",
- items: [
- "Lawn Renovations",
- "Tree Removals",
- "Custom Landscaping",
- ],
+ id: "projects", value: "2000+", title: "Projects Completed", items: [
+ "Lawn Renovations", "Tree Removals", "Custom Landscaping"],
},
]}
title="Years of Dedicated Service & Expertise"
@@ -309,25 +199,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What areas do you serve?",
- content: "We proudly serve Pasadena, TX, and the surrounding communities. Contact us to confirm service availability in your specific location.",
- },
+ id: "q1", title: "What areas do you serve?", content: "We proudly serve Pasadena, TX, and the surrounding communities. Contact us to confirm service availability in your specific location."},
{
- id: "q2",
- title: "Are you insured?",
- content: "Yes, Flex Lawn Care & Tree Service is fully licensed and insured for your peace of mind. Our team adheres to the highest safety standards.",
- },
+ id: "q2", title: "Are you insured?", content: "Yes, Flex Lawn Care & Tree Service is fully licensed and insured for your peace of mind. Our team adheres to the highest safety standards."},
{
- id: "q3",
- title: "How often do you provide lawn mowing services?",
- content: "We offer flexible scheduling including weekly, bi-weekly, and one-time lawn mowing services to fit your property's needs and your preferences.",
- },
+ id: "q3", title: "How often do you provide lawn mowing services?", content: "We offer flexible scheduling including weekly, bi-weekly, and one-time lawn mowing services to fit your property's needs and your preferences."},
{
- id: "q4",
- title: "Do you offer free estimates?",
- content: "Absolutely! We provide free, no-obligation estimates for all our lawn care and tree services. Simply call us or fill out our contact form.",
- },
+ id: "q4", title: "Do you offer free estimates?", content: "Absolutely! We provide free, no-obligation estimates for all our lawn care and tree services. Simply call us or fill out our contact form."},
]}
sideTitle="Common Questions About Our Services"
sideDescription="Find quick answers to your most frequent questions about our lawn care, tree services, and operational practices in Pasadena, TX."
@@ -340,8 +218,7 @@ export default function LandingPage() {