|
|
|
|
@@ -9,7 +9,7 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
|
|
|
import ContactText from "@/components/sections/contact/ContactText";
|
|
|
|
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
|
|
|
|
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() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -74,7 +74,8 @@ export default function LandingPage() {
|
|
|
|
|
{ icon: Wrench, label: "Expert Repairs", value: "500+" },
|
|
|
|
|
{ icon: Clock, label: "Quick Turnaround", value: "24hrs" },
|
|
|
|
|
{ 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"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -189,4 +190,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|