diff --git a/src/app/page.tsx b/src/app/page.tsx index f0cb347..0ca4141 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Phone, CheckCircle, Mail, MapPin, Clock } from 'lucide-react'; export default function AdeptHandymanLandingPage() { return ( @@ -49,6 +46,7 @@ export default function AdeptHandymanLandingPage() { { value: "1000+", label: "Projects" }, { value: "24/7", label: "Support" } ]} + enableKpiAnimation={true} buttons={[ { text: "Call Now", onClick: () => window.location.href = "tel:+15615315971" }, { text: "Get Quote", href: "#appointment" } @@ -89,6 +87,7 @@ export default function AdeptHandymanLandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", name: "General Repairs", price: "From $99", imageSrc: "https://img.b2bpic.net/free-photo/variety-carpentry-tools-table_23-2148180578.jpg" }, { id: "p2", name: "Appliance Install", price: "From $129", imageSrc: "https://img.b2bpic.net/free-photo/tools-collection-top-view_1112-396.jpg" },