Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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:"
|
description="Experience a comprehensive range of services designed to transform your home inside and out with Zachary Builders Limited. Our offerings include:"
|
||||||
features={[
|
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: 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: 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." }
|
{ 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={[
|
names={[
|
||||||
"Quality Home Solutions", "Build Right Co.", "Renovate Now LLC", "Modern Living Spaces", "Community Builders", "Design & Construct", "Premier Renovations"
|
"Quality Home Solutions", "Build Right Co.", "Renovate Now LLC", "Modern Living Spaces", "Community Builders", "Design & Construct", "Premier Renovations"
|
||||||
]}
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={false}
|
showCard={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user