diff --git a/src/app/page.tsx b/src/app/page.tsx index 8446a95..f4e2d1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />