Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5321620104 | |||
| 25392f5558 | |||
| b5013be2f9 |
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { AlertTriangle, Shield, Zap, Factory, Wrench } from "lucide-react";
|
||||
import { AlertTriangle, Shield, Zap, Factory, Wrench, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -155,9 +155,9 @@ export default function LandingPage() {
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "4.8", description: "Star Rating on Google"},
|
||||
id: "m1", value: "4.9", description: "Verified Google Star Rating ⭐"},
|
||||
{
|
||||
id: "m2", value: "18", description: "Verified Google Reviews"},
|
||||
id: "m2", value: "42+", description: "Verified Google Reviews"},
|
||||
{
|
||||
id: "m3", value: "$200", description: "Starting common job price"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user