Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 781b6dfb0a | |||
| 7e2351de0a | |||
| bf5ea5c135 | |||
| 3c7590b7fe | |||
| dc26d7c37f |
1423
src/app/layout.tsx
1423
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Zap, DollarSign, CheckCircle, Users, Clock, Award, TrendingUp, Calendar, Sparkles } from "lucide-react";
|
||||
import { Zap, DollarSign, CheckCircle, Users, Clock, Award, TrendingUp, Calendar, Sparkles, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -90,7 +90,8 @@ export default function LandingPage() {
|
||||
title: "Expert Technicians", description: "Our team is fully trained and certified. We handle everything from basic maintenance to complex repairs with precision.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Vehicle Safety First", description: "Your safety matters most. We use industry-standard equipment and best practices for every job."},
|
||||
title: "Vehicle Safety First", description: "Your safety matters most. We use industry-standard equipment and best practices for every job.", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-showing-quotation-customer_1170-1553.jpg"
|
||||
imageAlt="Professional tire service team"
|
||||
|
||||
Reference in New Issue
Block a user