diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ce85f0..e5c4c87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Star, MessageSquare } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; @@ -38,71 +39,75 @@ export default function AdeptHandymanLandingPage() {
window.location.href = "tel:+15615315971" }, - { text: "Get Quote", href: "#appointment" } + { text: "Call Now: (561) 531-5971", onClick: () => window.location.href = "tel:+15615315971" }, + { text: "Schedule Service", href: "#appointment" } ]} imageSrc="https://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530686.jpg?_wi=1" />
-
- -
-
+
+ +
+