Merge version_1 into main #2
@@ -1,15 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { CheckCircle, Sparkles, Star, TrendingUp, Quote } from 'lucide-react';
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { CheckCircle, Sparkles, Star, TrendingUp, Quote } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Turf Care & Maintenance", description: "Comprehensive turf health programs including aeration, overseeding, and seasonal treatments to keep your grass healthy and vibrant.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Seasonal treatments" },
|
||||
{ icon: CheckCircle, text: "Aeration & overseeding" },
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", title: "Fertilization & Lawn Health", description: "Strategic fertilization programs designed for Tennessee's climate to promote healthy growth and vibrant color throughout the season.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Custom fertilization plans" },
|
||||
{ icon: CheckCircle, text: "Climate-optimized formulas" },
|
||||
@@ -141,10 +141,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Mary R.", role: "Homeowner", testimonial: "They are always considerate with you and your property, professional, and genuinely care about the job they do. Couldn't ask for better service!", icon: Quote,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "customer portrait professional headshot woman headshot satisfied customer business portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "customer portrait professional headshot woman headshot satisfied customer business portrait"},
|
||||
{
|
||||
id: "2", name: "Katie C.", role: "Property Owner", testimonial: "Excellent service! They do exactly what you want, no matter how big or small the job. Very responsive and attentive to detail.", icon: Quote,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "customer portrait professional headshot man headshot satisfied customer business portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "customer portrait professional headshot man headshot satisfied customer business portrait"},
|
||||
{
|
||||
id: "3", name: "Deanna P.", role: "Homeowner", testimonial: "They make my yard look like a million bucks at a very affordable price. Best lawn care decision I've made!", icon: Quote,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "customer portrait professional headshot woman headshot customer review business portrait"},
|
||||
@@ -153,10 +153,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "customer portrait professional headshot man headshot customer review business portrait"},
|
||||
{
|
||||
id: "5", name: "Sarah M.", role: "Homeowner", testimonial: "Extremely personable and respectful. They respect my property like their own and always go above and beyond the basic service.", icon: Quote,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "customer portrait professional headshot woman headshot satisfied client business portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "customer portrait professional headshot woman headshot satisfied client business portrait"},
|
||||
{
|
||||
id: "6", name: "David L.", role: "Property Manager", testimonial: "Consistent quality and reliability. They've been our go-to lawn care provider for multiple properties. Highly recommended!", icon: Quote,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "customer portrait professional headshot man headshot satisfied client business portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "customer portrait professional headshot man headshot satisfied client business portrait"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from homeowners who trust Tennessee Turf with their lawn care."
|
||||
|
||||
Reference in New Issue
Block a user