Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 694c09dd31 | |||
| 9da68dfaa6 | |||
| 0794e2a51f |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user