7 Commits

Author SHA1 Message Date
802b6188ca Merge version_4 into main
Merge version_4 into main
2026-03-03 19:01:43 +00:00
9819e8bc4a Update src/app/page.tsx 2026-03-03 19:01:38 +00:00
990b7643a7 Merge version_3 into main
Merge version_3 into main
2026-03-03 18:57:18 +00:00
1b630f1ebe Update src/app/page.tsx 2026-03-03 18:57:10 +00:00
64ada74379 Update src/app/layout.tsx 2026-03-03 18:57:08 +00:00
bcce692821 Merge version_2 into main
Merge version_2 into main
2026-03-03 18:52:33 +00:00
ec241b4ae2 Merge version_2 into main
Merge version_2 into main
2026-03-03 18:44:13 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "A&E Lawn Care | Professional Lawn Maintenance in Richmond Hill", description: "Expert lawn care services in Richmond Hill, Ontario. Weekly mowing, seasonal care, and more with 98% client satisfaction."};
title: "A&E Lawn Care | Professional Lawn Maintenance in Richmond Hill", description: "Expert lawn care services in Richmond Hill, Ontario. Weekly mowing, seasonal care, and more with 98% client satisfaction."
};
export default function RootLayout({
children,

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, Home, Star, Leaf, MessageCircle, HelpCircle, TrendingUp, Sparkles } from 'lucide-react';
import { Award, Home, Star, Leaf, MessageCircle, HelpCircle, TrendingUp, Sparkles, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -53,8 +53,8 @@ export default function LandingPage() {
enableKpiAnimation={true}
tag="Local Service Providers"
tagIcon={Leaf}
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg"
imageAlt="Beautiful manicured lawn in Richmond Hill"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARjejjN6GbifOFaQtlHtTkDdS2/uploaded-1772564195991-use88rzx.jpg"
imageAlt="Professional lawn care team working on multiple properties"
mediaAnimation="slide-up"
buttons={[
{ text: "Book Service", href: "#contact" },
@@ -69,7 +69,7 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "A&E Lawn Care is your trusted partner for" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/round-leaves-logo_78370-2528.jpg", alt: "Leaf icon" },
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARjejjN6GbifOFaQtlHtTkDdS2/uploaded-1772564195991-use88rzx.jpg", alt: "A&E Lawn Care logo" },
{ type: "text", content: "comprehensive lawn care in Richmond Hill, Ontario" }
]}
useInvertedBackground={false}
@@ -131,10 +131,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
testimonials={[
{ id: "1", name: "John Mitchell", role: "Homeowner", company: "Richmond Hill, ON", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Mitchell" },
{ id: "2", name: "Sarah Chen", role: "Property Manager", company: "Richmond Hill, ON", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Chen" },
{ id: "3", name: "David Martinez", role: "Homeowner", company: "Richmond Hill, ON", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martinez" },
{ id: "4", name: "Emma Thompson", role: "Business Owner", company: "Richmond Hill, ON", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Thompson" }
{ id: "1", name: "John Mitchell", role: "Homeowner", company: "Richmond Hill, ON", rating: 5, imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=John", imageAlt: "John Mitchell avatar" },
{ id: "2", name: "Sarah Chen", role: "Property Manager", company: "Richmond Hill, ON", rating: 5, imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Sarah", imageAlt: "Sarah Chen avatar" },
{ id: "3", name: "David Martinez", role: "Homeowner", company: "Richmond Hill, ON", rating: 5, imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=David", imageAlt: "David Martinez avatar" },
{ id: "4", name: "Emma Thompson", role: "Business Owner", company: "Richmond Hill, ON", rating: 5, imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Emma", imageAlt: "Emma Thompson avatar" }
]}
kpiItems={[
{ value: "500+", label: "Projects Completed" },
@@ -182,7 +182,7 @@ export default function LandingPage() {
text="Ready to transform your lawn? Contact A&E Lawn Care today for a free quote and let us handle your lawn care needs with professional expertise."
animationType="reveal-blur"
buttons={[
{ text: "Get Free Quote", href: "tel:+16475551234" },
{ text: "Call Now", href: "tel:+16475551234" },
{ text: "Email Us", href: "mailto:info@aelawncare.ca" }
]}
background={{ variant: "plain" }}