diff --git a/src/app/page.tsx b/src/app/page.tsx index ddbb833..80752bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,6 +21,7 @@ import { TrendingUp, MessageSquare, HelpCircle, + Calendar, } from "lucide-react"; export default function LandingPage() { @@ -46,37 +47,39 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Free Quote", href: "#contact" }} + button={{ text: "Book Free Estimate", href: "#contact" }} animateOnLoad={true} />