Merge version_1 into main #2
@@ -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 } from 'lucide-react';
|
||||
import { Award, Home, Star, Leaf, MessageCircle, HelpCircle, TrendingUp, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Lawn Care Excellence in Richmond Hill"
|
||||
description="Professional lawn maintenance services that transform outdoor spaces. We deliver premium care with attention to detail, keeping your lawn healthy and beautiful year-round."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "10+", label: "Years Experience" },
|
||||
{ value: "500+", label: "Happy Clients" },
|
||||
@@ -97,13 +97,13 @@ export default function LandingPage() {
|
||||
buttons: [{ text: "Learn More", href: "#" }]
|
||||
}
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="scale-rotate"
|
||||
title="Our Services"
|
||||
description="Comprehensive lawn care solutions tailored to your property's needs"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Services"
|
||||
tagIcon={Leaf}
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -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: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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", 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", 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", imageAlt: "Emma Thompson" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Projects Completed" },
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
tag="FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="blur-reveal"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
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="entrance-slide"
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "tel:+16475551234" },
|
||||
{ text: "Email Us", href: "mailto:info@aelawncare.ca" }
|
||||
|
||||
Reference in New Issue
Block a user