Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ec3a3947d | |||
| 2755c4f123 | |||
| 35f647ee7a | |||
| 108238f798 | |||
| 9942d653a3 | |||
| ed9e703fa2 | |||
| bedc0a384b | |||
| da63edb43a |
@@ -7,6 +7,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
|||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
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';
|
import { Award, CheckCircle, Hammer, Paintbrush2, Sparkles, Wrench, Zap, Heart, Shield } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -160,6 +161,13 @@ export default function LandingPage() {
|
|||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
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>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user