diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a4e811..6f55894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Trees, Palette, LayoutGrid, Seedling, Leaf, Hammer, Droplets, Scissors, Fertilize, Sun } from "lucide-react"; +import { Trees, Palette, LayoutGrid, Leaf, Hammer, Droplets, Scissors, Sun } from "lucide-react"; const assetMap = { "hero-image": { "url": "http://img.b2bpic.net/free-photo/outdoor-massage-bed_1339-4790.jpg", "alt": "beautiful lush garden landscaping design" }, @@ -130,7 +130,7 @@ export default function Page() { items: [ { icon: Palette, text: "Personalized Concepts" }, { icon: LayoutGrid, text: "Detailed Layouts" }, - { icon: Seedling, text: "Plant Selection" } + { icon: Leaf, text: "Plant Selection" } ], reverse: false }, @@ -147,7 +147,7 @@ export default function Page() { title: "Ongoing Maintenance", description: "Keep your landscape pristine year-round with our comprehensive maintenance services, including seasonal clean-ups, pruning, fertilization, and pest management for sustained beauty.", media: { imageSrc: getAssetUrl("feature-3-image", "gen-stock-rsv-43"), imageAlt: "Gardener pruning bushes in a well-maintained garden" }, items: [ { icon: Scissors, text: "Pruning & Trimming" }, - { icon: Fertilize, text: "Fertilization" }, + { icon: Sun, text: "Fertilization" }, { icon: Sun, text: "Seasonal Care" } ], reverse: false