Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02fc9b9133 | |||
| 2109a644a8 | |||
| 8c74c008c9 |
@@ -9,7 +9,7 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Award, Clock, Package, Smartphone, Users, Wrench, Zap } from "lucide-react";
|
import { Award, Clock, Package, Smartphone, Users, Wrench, Zap, Shield } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -74,7 +74,8 @@ export default function LandingPage() {
|
|||||||
{ icon: Wrench, label: "Expert Repairs", value: "500+" },
|
{ icon: Wrench, label: "Expert Repairs", value: "500+" },
|
||||||
{ icon: Clock, label: "Quick Turnaround", value: "24hrs" },
|
{ icon: Clock, label: "Quick Turnaround", value: "24hrs" },
|
||||||
{ icon: Users, label: "Happy Customers", value: "2000+" },
|
{ icon: Users, label: "Happy Customers", value: "2000+" },
|
||||||
{ icon: Award, label: "Years Experience", value: "5+" }
|
{ icon: Award, label: "Years Experience", value: "5+" },
|
||||||
|
{ icon: Shield, label: "Certified Technicians", value: "100%" }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user