diff --git a/src/app/page.tsx b/src/app/page.tsx index 01f5e8b..bb7cf8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Brush, Flower, TreeDeciduous, Sprout, Leaf, Broom, Building2, Trees, CalendarCheck } from "lucide-react"; +import { Brush, Flower, TreeDeciduous, Sprout, Leaf, Building2, Trees, CalendarCheck, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -76,6 +76,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" useInvertedBackground={false} + textboxLayout="image-center" products={[ { id: "project-1", name: "Hill Country Oasis", price: "Completed Project", variant: "Landscape Design", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-flower-turf-with-black-placard-dirt-wooden-bench_23-2148044482.jpg", imageAlt: "before after garden renovation" }, { id: "project-2", name: "Elegant Patio & Walkways", price: "Completed Project", variant: "Stonework & Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821268.jpg", imageAlt: "luxury backyard patio design" }, @@ -99,7 +100,7 @@ export default function LandingPage() { { icon: TreeDeciduous, title: "Tree Removal", description: "Safe and efficient removal of unwanted or hazardous trees by our certified arborists." }, { icon: Sprout, title: "Tree Planting & Transplanting", description: "Expert planting and careful transplanting of trees for optimal growth and aesthetic appeal." }, { icon: Leaf, title: "Mulching", description: "Applying high-quality mulch to improve soil health, conserve moisture, and enhance garden appearance." }, - { icon: Broom, title: "Property Cleanup", description: "Thorough yard cleanups, debris removal, and property tidying to restore pristine conditions." }, + { icon: Sparkles, title: "Property Cleanup", description: "Thorough yard cleanups, debris removal, and property tidying to restore pristine conditions." }, { icon: Building2, title: "Landscape Renovation", description: "Complete overhauls and revitalizations of existing landscapes to update their style and function." }, { icon: Trees, title: "Shrub Installation", description: "Strategic placement and planting of various shrubs to add structure, privacy, and beauty to your landscape." }, { icon: CalendarCheck, title: "Seasonal Maintenance", description: "Scheduled care services to keep your landscape healthy and beautiful throughout every season." } @@ -136,6 +137,7 @@ export default function LandingPage() { ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" + useInvertedBackground={false} />