diff --git a/src/app/page.tsx b/src/app/page.tsx index bc3fd55..b001df5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { House, Kitchen, Hammer, Ruler, Star } from "lucide-react"; +import { House, CookingPot, Hammer, Ruler, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -67,7 +67,7 @@ export default function LandingPage() { description="Experience a comprehensive range of services designed to transform your home inside and out with Zachary Builders Limited. Our offerings include:" features={[ { icon: House, title: "Exterior Remodeling Services", description: "From home siding to window and door installation, drainage solutions, deck installation/restoration, and patio construction." }, - { icon: Kitchen, title: "Interior Home Remodeling", description: "Enhance your living spaces with our kitchen, bathroom, and basement remodeling expertise. We also handle room additions, painting, and more." }, + { icon: CookingPot, title: "Interior Home Remodeling", description: "Enhance your living spaces with our kitchen, bathroom, and basement remodeling expertise. We also handle room additions, painting, and more." }, { icon: Hammer, title: "Handyman Services", description: "Trust our skilled team to take care of all your home repair and maintenance needs efficiently." }, { icon: Ruler, title: "Renovations", description: "Whether it's a minor update or a major transformation, we are here to bring your renovation vision to life with precision and care." } ]} @@ -112,6 +112,7 @@ export default function LandingPage() { names={[ "Quality Home Solutions", "Build Right Co.", "Renovate Now LLC", "Modern Living Spaces", "Community Builders", "Design & Construct", "Premier Renovations" ]} + textboxLayout="default" useInvertedBackground={true} speed={40} showCard={false}