Merge version_3 into main #6
@@ -7,6 +7,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import ButtonHoverMagnetic from '@/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic';
|
||||
import { Award, CheckCircle, Hammer, Paintbrush2, Sparkles, Wrench, Zap, Heart, Shield } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -160,6 +161,13 @@ export default function LandingPage() {
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div className="w-full flex justify-center py-12">
|
||||
<ButtonHoverMagnetic
|
||||
text="Schedule Your Repair Today"
|
||||
href="#contact"
|
||||
className="px-8 py-3"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user