This commit is contained in:
null 2026-05-26 17:08:55 -05:00
parent 431d1157b3
commit 362a7e0059
1 changed files with 12 additions and 12 deletions

View File

@ -177,7 +177,7 @@ const Home = () => {
className="h-9 w-full object-contain" className="h-9 w-full object-contain"
/> />
</span> </span>
<span className="text-sm font-semibold leading-tight text-primary-navy sm:text-left">8x8 Certified Partner</span> <span className="text-sm font-semibold leading-tight text-primary-navy text-center sm:text-left">8x8 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-14 w-24 shrink-0 items-center justify-center rounded-md border border-border bg-white px-3"> <span className="flex h-14 w-24 shrink-0 items-center justify-center rounded-md border border-border bg-white px-3">
@ -187,19 +187,19 @@ const Home = () => {
className="h-12 w-full object-contain" className="h-12 w-full object-contain"
/> />
</span> </span>
<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 text-center 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-14 w-24 shrink-0 items-center justify-center rounded-md border border-border bg-white px-3 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">
<ShieldCheck className="h-7 w-7 text-primary-blue" 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 text-center 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-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"> <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+ 25+
</span> </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 text-center sm:text-left">Years Experience</span>
</div> </div>
</div> </div>
</div> </div>
@ -354,35 +354,35 @@ const Home = () => {
What we'll help you do What we'll help you do
</h2> </h2>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 mb-8"> <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 mb-8">
<div className="flex items-start gap-3"> <div className="flex items-start gap-3 justify-center sm:justify-start">
<div className="bg-primary-navy/10 p-2 rounded-md flex-shrink-0"> <div className="bg-primary-navy/10 p-2 rounded-md flex-shrink-0">
<MapPin className="w-5 h-5 text-primary-navy" /> <MapPin className="w-5 h-5 text-primary-navy" />
</div> </div>
<p className="text-left text-sm md:text-base text-soft-text"> <p className="text-center sm:text-left text-sm md:text-base text-soft-text">
Identify the features you actually need Identify the features you actually need
</p> </p>
</div> </div>
<div className="flex items-start gap-3"> <div className="flex items-start gap-3 justify-center sm:justify-start">
<div className="bg-teal-500/10 p-2 rounded-md flex-shrink-0"> <div className="bg-teal-500/10 p-2 rounded-md flex-shrink-0">
<Users className="w-5 h-5 text-teal-600" /> <Users className="w-5 h-5 text-teal-600" />
</div> </div>
<p className="text-left text-sm md:text-base text-soft-text"> <p className="text-center sm:text-left text-sm md:text-base text-soft-text">
Align solutions with operations and budget Align solutions with operations and budget
</p> </p>
</div> </div>
<div className="flex items-start gap-3"> <div className="flex items-start gap-3 justify-center sm:justify-start">
<div className="bg-teal-500/10 p-2 rounded-md flex-shrink-0"> <div className="bg-teal-500/10 p-2 rounded-md flex-shrink-0">
<Network className="w-5 h-5 text-teal-600" /> <Network className="w-5 h-5 text-teal-600" />
</div> </div>
<p className="text-left text-sm md:text-base text-soft-text"> <p className="text-center sm:text-left text-sm md:text-base text-soft-text">
Plan deployment, migration, and training Plan deployment, migration, and training
</p> </p>
</div> </div>
<div className="flex items-start gap-3"> <div className="flex items-start gap-3 justify-center sm:justify-start">
<div className="bg-teal-600/10 p-2 rounded-md flex-shrink-0"> <div className="bg-teal-600/10 p-2 rounded-md flex-shrink-0">
<ShieldCheck className="w-5 h-5 text-teal-600" /> <ShieldCheck className="w-5 h-5 text-teal-600" />
</div> </div>
<p className="text-left text-sm md:text-base text-teal-700 font-semibold"> <p className="text-center sm:text-left text-sm md:text-base text-teal-700 font-semibold">
Ask how you qualify for our free migration Ask how you qualify for our free migration
</p> </p>
</div> </div>