From 154a535ac548fafd87ae6dc446ae5c953b44c291 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:54:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cff9835..2876627 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Leaf, Sprout, Mail } from "lucide-react"; +import { Leaf, Sprout, Mail, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -55,7 +55,7 @@ export default function LandingPage() { showDimOverlay={true} buttons={[ { text: "Schedule Service", href: "#contact" }, - { text: "Learn More", href: "#services" }, + { text: "Free Quote", href: "#contact", props: { className: "relative" } }, ]} /> -- 2.49.1