Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 21:50:12 +00:00

View File

@@ -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"