Compare commits
15 Commits
version_7
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| 55796d93f6 | |||
| 917f19eabb | |||
| c223b298a0 | |||
| 84ef7754de | |||
| e5068ebfe1 | |||
| 1618423fa2 | |||
| 3eee4abba9 | |||
| e18537cfc6 | |||
| 9d7aa85a07 | |||
| 117bc0577e | |||
| f79fc3bbf9 | |||
| 3a2157f443 | |||
| 35bb72d2a1 | |||
| 18d2719125 | |||
| 39f546f8bd |
@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { AlertCircle, Award, Building, CheckCircle, Clock, Droplet, Hammer, HelpCircle, Heart, MessageCircle, Phone, Search, Settings, Shield, Star, Wrench, Zap, Lock, Clock as Clock24, Check } from 'lucide-react';
|
||||
import { AlertCircle, Award, Building, CheckCircle, Clock, Droplet, Hammer, HelpCircle, Heart, MessageCircle, Phone, Search, Settings, Shield, Star, Wrench, Zap, Lock, Clock as Clock24, Check, Award as AwardShield, Briefcase } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -51,12 +51,15 @@ export default function LandingPage() {
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Licensed & Insured", icon: Lock },
|
||||
{ type: "text-icon", text: "24/7 Available", icon: Clock24 },
|
||||
{ type: "text-icon", text: "100% Satisfaction", icon: Check }
|
||||
{ type: "text-icon", text: "100% Satisfaction", icon: Check },
|
||||
{ type: "text-icon", text: "License #ROC #311662", icon: Briefcase },
|
||||
{ type: "text-icon", text: "BBB Rating: A+", icon: AwardShield },
|
||||
{ type: "text-icon", text: "Service Hours: 24/7", icon: Clock }
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
showMarqueeCard={false}
|
||||
marqueeSpeed={30}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:480-702-6165" },
|
||||
{ text: "Call Now - 24/7 Available", href: "tel:480-702-6165" },
|
||||
{ text: "Get a Free Estimate", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -397,4 +400,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user