updated badges homepage
This commit is contained in:
parent
a2a32687ff
commit
8731903463
|
|
@ -3,7 +3,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
|
||||||
import { services } from '@/data/services'
|
import { services } from '@/data/services'
|
||||||
import { industries } from '@/data/industries'
|
import { industries } from '@/data/industries'
|
||||||
import { Link } from 'react-router-dom'
|
import { Link } from 'react-router-dom'
|
||||||
import { ArrowRight, MapPin, MessageCircle, Users, LifeBuoy, GraduationCap, Link as LinkIcon, Wifi, Network, Headphones, UserCheck, Activity, ShieldCheck, HeartPulse, ShoppingCart, Factory, Landmark, Building2, Award } from 'lucide-react'
|
import { ArrowRight, MapPin, MessageCircle, Users, LifeBuoy, GraduationCap, Link as LinkIcon, Wifi, Network, Headphones, UserCheck, Activity, ShieldCheck, HeartPulse, ShoppingCart, Factory, Landmark, Building2 } from 'lucide-react'
|
||||||
|
|
||||||
// Icon map for industries - converts icon string to lucide component
|
// Icon map for industries - converts icon string to lucide component
|
||||||
const industryIcons = {
|
const industryIcons = {
|
||||||
|
|
@ -190,13 +190,15 @@ const Home = () => {
|
||||||
<span className="text-sm font-semibold leading-tight text-primary-navy sm:text-left">Cisco Certified Partner</span>
|
<span className="text-sm font-semibold leading-tight text-primary-navy sm:text-left">Cisco Certified Partner</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center justify-center gap-3 sm:justify-start">
|
<div className="flex items-center justify-center gap-3 sm:justify-start">
|
||||||
<span className="flex h-12 w-12 shrink-0 items-center justify-center rounded-md bg-section-alt text-primary-navy">
|
<span className="flex h-14 w-24 shrink-0 items-center justify-center rounded-md border border-border bg-white px-3 text-primary-navy">
|
||||||
<Award className="h-5 w-5" aria-hidden="true" />
|
<ShieldCheck className="h-7 w-7 text-primary-blue" aria-hidden="true" />
|
||||||
</span>
|
</span>
|
||||||
<span className="text-sm font-semibold leading-tight text-primary-navy sm:text-left">Veteran Owned</span>
|
<span className="text-sm font-semibold leading-tight text-primary-navy sm:text-left">Veteran Owned</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center justify-center gap-3 sm:justify-start">
|
<div className="flex items-center justify-center gap-3 sm:justify-start">
|
||||||
<span className="font-numeric flex h-12 w-12 shrink-0 items-center justify-center rounded-md bg-section-alt text-lg text-primary-navy">25+</span>
|
<span className="font-numeric flex h-14 w-24 shrink-0 items-center justify-center rounded-md border border-border bg-white px-3 text-2xl font-semibold text-primary-navy">
|
||||||
|
25+
|
||||||
|
</span>
|
||||||
<span className="text-sm font-semibold leading-tight text-primary-navy sm:text-left">Years Experience</span>
|
<span className="text-sm font-semibold leading-tight text-primary-navy sm:text-left">Years Experience</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue