Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Some more small text changes #235

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export default function Header({setShowMenu, setShowContact}: HeaderProps) {
Data Science & AI
</Link>
</li>
<li>
{/* <li>
<Link className="block px-8 py-2 whitespace-nowrap hover:bg-white/20" href="/services/strategy-execution">
Strategy &amp; Execution
</Link>
</li>
</li> */}
</ul>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function About({team, setShowContact}: any) {
<h2 className="text-3xl lg:text-5xl font-bold text-black mb-4">Origin Story</h2>
<p className="mb-2">Ocelot Consulting was formed in 2016 by four former software engineering colleagues at a large St. Louis-based corporation. Their goal was to share the transformational lessons learned (Agility, Cloud, Security, DevOps) with other companies in the region.</p>
<p className="mb-2"><strong>After 7 years of rapid success fueled by customer satisfaction, we joined Accenture's <a href="https://www.accenture.com/us-en/services/cloud" className='underline'>Cloud First</a> organization in 2023 to expand how we help companies innovate, now backed by Accenture's global resources to help our clients achieve their goals.</strong></p>
<p>That customer satisfaction has fueled our growth as we continue to expand our presence regionally and nationwide.</p>
{/* <p>That customer satisfaction has fueled our growth as we continue to expand our presence regionally and nationwide.</p> */}
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/case-studies/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function CaseStudies({caseStudies, setShowContact}: CaseStudiesPr
</div>
<div className="grow ml-5 text-center text-black md:text-left">
<h3 className="text-xl font-bold mb-2">Real-world experience</h3>
<p>We are uniquely prepared to provide reliable lessions learned from real-world Enterprise IT experience.</p>
<p>We are uniquely prepared to provide reliable lessons learned from real-world Enterprise IT experience.</p>
</div>
</div>
</FadeIn>
Expand Down
Loading