Compare commits
4 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7aa85a07 | |||
| 117bc0577e | |||
| f79fc3bbf9 | |||
| 3a2157f443 |
@@ -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,7 +51,10 @@ 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={false}
|
||||
marqueeSpeed={30}
|
||||
|
||||
Reference in New Issue
Block a user