10 Commits

Author SHA1 Message Date
655485f668 Update src/app/page.tsx 2026-03-20 14:06:58 +00:00
863ecaa262 Merge version_4 into main
Merge version_4 into main
2026-03-20 14:03:18 +00:00
c1e8273f9e Update src/app/page.tsx 2026-03-20 14:03:13 +00:00
50e17f8f33 Merge version_3 into main
Merge version_3 into main
2026-03-20 14:01:15 +00:00
75c6a28584 Update src/app/page.tsx 2026-03-20 14:01:11 +00:00
b65f507763 Merge version_2 into main
Merge version_2 into main
2026-03-19 19:40:41 +00:00
86b211eec5 Merge version_2 into main
Merge version_2 into main
2026-03-19 19:34:21 +00:00
3db9a9100f Merge version_2 into main
Merge version_2 into main
2026-03-19 19:30:32 +00:00
e46a66e206 Merge version_2 into main
Merge version_2 into main
2026-03-19 19:28:44 +00:00
7126bab992 Merge version_2 into main
Merge version_2 into main
2026-03-19 19:25:03 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Leaf, ImageIcon, Star, Heart, CheckCircle, Facebook, Instagram, Phone, Users } from 'lucide-react'; import { Sparkles, Leaf, ImageIcon, Star, Heart, CheckCircle, Instagram, Phone, Users } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="Land Care 4 U & Landscaping" logoText="Land Care 4 U & Landscaping"
description="Transform Your Yard Into a Beautiful, Stress-Free Outdoor Space. Reliable. Professional. Affordable landscaping trusted by homeowners who want it done right the first time." description="Transform Your Yard Into a Beautiful, Stress-Free Outdoor Space. Reliable. Professional. Affordable landscaping trusted by homeowners who want it done right the first time."
buttons={[ buttons={[
{ text: "Get a Free Quote", href: "#contact" }, { text: "Get Your Free Yard Assessment", href: "#contact" },
{ text: "View Our Work", href: "#showcase" } { text: "View Our Work", href: "#showcase" }
]} ]}
slides={[ slides={[
@@ -245,9 +245,8 @@ export default function LandingPage() {
logoText="Land Care 4 U & Landscaping" logoText="Land Care 4 U & Landscaping"
copyrightText="© 2025 Land Care 4 U & Landscaping. All rights reserved." copyrightText="© 2025 Land Care 4 U & Landscaping. All rights reserved."
socialLinks={[ socialLinks={[
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }, { icon: Instagram, href: "https://instagram.com/lawncare4ulandscaping", ariaLabel: "Instagram" },
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, { icon: Phone, href: "tel:+19515484002", ariaLabel: "Call us" }
{ icon: Phone, href: "tel:+1234567890", ariaLabel: "Call us" }
]} ]}
ariaLabel="Site footer" ariaLabel="Site footer"
/> />