Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:49:59 +00:00
parent b408227591
commit 2cf874d039

View File

@@ -9,7 +9,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Star, Leaf, CheckCircle, Shield, Phone, Mail } from "lucide-react";
import { Star, Leaf, CheckCircle, Shield, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Stump Grinding", href: "/services" },
@@ -40,16 +38,14 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
{ label: "📍 Harvest, AL 35749", href: "#" },
{ label: "Get Free Estimate", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -83,40 +79,22 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "📞 Call Now (256) 374-2193", href: "tel:+12563742193" },
{ text: "Get a Free Estimate", href: "/contact" },
{ text: "Get a Free Estimate", href: "#contact" },
]}
buttonAnimation="slide-up"
carouselItems={[
{
id: "hero-1",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg",
imageAlt: "Professional tree removal in action",
},
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", imageAlt: "Professional tree removal in action"},
{
id: "hero-2",
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg",
imageAlt: "Expert stump grinding service",
},
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg", imageAlt: "Expert stump grinding service"},
{
id: "hero-3",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-walk-forest-friends-walking-through-forest-people-nature_169016-67628.jpg",
imageAlt: "Emergency storm cleanup service",
},
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-walk-forest-friends-walking-through-forest-people-nature_169016-67628.jpg", imageAlt: "Emergency storm cleanup service"},
{
id: "hero-4",
imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg",
imageAlt: "Professional tree trimming and pruning",
},
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Professional tree trimming and pruning"},
{
id: "hero-5",
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg",
imageAlt: "Skilled and experienced tree service crew",
},
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg", imageAlt: "Skilled and experienced tree service crew"},
{
id: "hero-6",
imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=1",
imageAlt: "Professional equipment and safety gear",
},
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg", imageAlt: "Professional equipment and safety gear"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -127,46 +105,22 @@ export default function HomePage() {
<FeatureCardOne
features={[
{
title: "Tree Removal",
description: "Safe and professional removal of hazardous or unwanted trees",
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=1",
imageAlt: "Tree removal service",
button: { text: "Learn More", href: "/services" },
title: "Tree Removal", description: "Safe and professional removal of hazardous or unwanted trees", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "Tree removal service", button: { text: "Learn More", href: "/services" },
},
{
title: "Tree Trimming & Pruning",
description: "Expert trimming to promote health and enhance your landscape",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=1",
imageAlt: "Tree trimming service",
button: { text: "Learn More", href: "/services" },
title: "Tree Trimming & Pruning", description: "Expert trimming to promote health and enhance your landscape", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Tree trimming service", button: { text: "Learn More", href: "/services" },
},
{
title: "Stump Grinding",
description: "Complete stump removal to reclaim your yard space",
imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg?_wi=1",
imageAlt: "Stump grinding service",
button: { text: "Learn More", href: "/services" },
title: "Stump Grinding", description: "Complete stump removal to reclaim your yard space", imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg", imageAlt: "Stump grinding service", button: { text: "Learn More", href: "/services" },
},
{
title: "Emergency Tree Service",
description: "24/7 rapid response for fallen or dangerous trees",
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=2",
imageAlt: "Emergency tree service",
button: { text: "Learn More", href: "/services" },
title: "Emergency Tree Service", description: "24/7 rapid response for fallen or dangerous trees", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "Emergency tree service", button: { text: "Learn More", href: "/services" },
},
{
title: "Storm Cleanup",
description: "Quick cleanup and removal after severe weather",
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg",
imageAlt: "Storm cleanup service",
button: { text: "Learn More", href: "/services" },
title: "Storm Cleanup", description: "Quick cleanup and removal after severe weather", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "Storm cleanup service", button: { text: "Learn More", href: "/services" },
},
{
title: "Firewood Sales",
description: "Dry, quality firewood for convenient pickup",
imageSrc: "http://img.b2bpic.net/free-photo/stacked-firewood-logs-ready-winter_632498-60776.jpg",
imageAlt: "Firewood sales",
button: { text: "Learn More", href: "/services" },
title: "Firewood Sales", description: "Dry, quality firewood for convenient pickup", imageSrc: "http://img.b2bpic.net/free-photo/stacked-firewood-logs-ready-winter_632498-60776.jpg", imageAlt: "Firewood sales", button: { text: "Learn More", href: "/services" },
},
]}
title="Our Services"
@@ -190,7 +144,7 @@ export default function HomePage() {
description="4.9 Star Rating with 138+ Reviews"
subdescription="Your Trusted Local Tree Experts"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"
imageAlt="Professional tree service team at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -201,41 +155,17 @@ export default function HomePage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Homeowner",
company: "Harvest, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Sarah Johnson - Homeowner",
},
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Harvest, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson - Homeowner"},
{
id: "2",
name: "Michael Chen",
role: "Property Owner",
company: "Madison, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Michael Chen - Property Owner",
},
id: "2", name: "Michael Chen", role: "Property Owner", company: "Madison, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen - Property Owner"},
{
id: "3",
name: "Emily Rodriguez",
role: "Homeowner",
company: "Huntsville, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3",
imageAlt: "Emily Rodriguez - Homeowner",
},
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Huntsville, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez - Homeowner"},
{
id: "4",
name: "David Kim",
role: "Business Owner",
company: "Athens, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4",
imageAlt: "David Kim - Business Owner",
},
id: "4", name: "David Kim", role: "Business Owner", company: "Athens, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim - Business Owner"},
]}
kpiItems={[
{ value: "138+", label: "Verified Reviews" },
@@ -262,7 +192,7 @@ export default function HomePage() {
description="Call us today for a free estimate or submit your information below. We're here to help you with all your tree service needs."
buttons={[
{ text: "📞 Call Now (256) 374-2193", href: "tel:+12563742193" },
{ text: "Request Free Estimate", href: "/contact" },
{ text: "Request Free Estimate", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}