Merge version_2 into main #3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user