Update src/app/page.tsx

This commit is contained in:
2026-03-19 00:05:46 +00:00
parent 31694e2118
commit dc5c02258d

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { CalendarDays, Smile, Sparkles, Award, Palette, Grass, BrickWall, TreeDeciduous } from "lucide-react";
import { CalendarDays, Smile, Sparkles, Award, Palette, Leaf, BrickWall, TreeDeciduous } from "lucide-react";
export default function LandingPage() {
return (
@@ -53,7 +53,6 @@ export default function LandingPage() {
imageSrc="https://pixabay.com/get/g853ad2050d9a2fe46992b9bae4cf1b32f28204af8edacf1147833c876a01f2388fb7155c52301219c634f4b1a0da5be378682edc330e39f8243abfb6a9928112_1280.jpg"
imageAlt="Lush, beautifully designed garden with seating area"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -82,7 +81,7 @@ export default function LandingPage() {
]
},
{
title: "Lawn Care & Maintenance", description: "Keep your lawn vibrant, healthy, and pristine year-round with our expert mowing, fertilization, aeration, and pest control programs.", icon: Grass,
title: "Lawn Care & Maintenance", description: "Keep your lawn vibrant, healthy, and pristine year-round with our expert mowing, fertilization, aeration, and pest control programs.", icon: Leaf,
mediaItems: [
{ imageSrc: "https://pixabay.com/get/ged8cf8d8d074eff8890467519390daa2a7e1c565bf8540bbf9bd481a5538426dd9e993a8d65a97a4589738ddfb9534f265fef9a06fbcb6899d2430d4222d1ec1_1280.jpg", imageAlt: "Pristine green lawn" },
{ imageSrc: "https://pixabay.com/get/g4f9ab034246fe9ef1735af5e87a454dba5a98e68bfbe69fb4ece3e4b01d45a664acf35d410941e51b61cf89fe8317e05b2372e56004d038a25eb01a4a8c9163f_1280.jpg", imageAlt: "Gardener mowing lawn" }
@@ -103,7 +102,6 @@ export default function LandingPage() {
]
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>