Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 20:44:24 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Shield, Hammer, RefreshCw, Wrench, Wind, Home, Clipboard, DollarSign, Palette, CheckCircle, Sparkles, Facebook, Instagram, Linkedin } from 'lucide-react';
import { Shield, Hammer, RefreshCw, Wrench, Wind, Home, Clipboard, DollarSign, Palette, CheckCircle, Sparkles, Facebook, Instagram, Linkedin, ArrowRight } from 'lucide-react';
export default function LandingPage() {
return (
@@ -107,6 +107,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Explore Our Services", href: "#gallery" }
]}
buttonAnimation="slide-up"
/>
</div>