Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9da68dfaa6 | |||
| 0794e2a51f |
@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -107,6 +107,10 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Explore Our Services", href: "#gallery" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user