diff --git a/src/app/page.tsx b/src/app/page.tsx index c05ac12..f423ce2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; import { Clock, Droplet, Droplets, Hammer, HelpCircle, Leaf, Palette, Phone, Scissors, Sparkles, Trash2, TreePine, Users, Wind, Wrench, Zap } from "lucide-react"; export default function LandingPage() { @@ -37,22 +38,38 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" } ]} - button={{ text: "Get Free Quote", href: "#contact" }} + button={{ text: "Get Free Quote", href: "#hero" }} />
-
@@ -289,4 +306,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file