diff --git a/src/app/page.tsx b/src/app/page.tsx index bfd6e01..30b32ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { AlertTriangle, Building2, Eye, Hammer, MessageCircle, RefreshCw, Shield, Wrench, Zap } from "lucide-react"; +import { AlertTriangle, Building2, Eye, Hammer, MessageCircle, RefreshCw, Shield, Wrench, Zap, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -77,7 +77,8 @@ export default function LandingPage() { ]} buttons={[ { text: "Get Free Quote", href: "contact" }, - { text: "Learn More", href: "services" } + { text: "Learn More", href: "services" }, + { text: "View Our Certifications", href: "#certifications" } ]} buttonAnimation="slide-up" carouselPosition="right"