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

Commit

Permalink
Small changes (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Byrne <[email protected]>
  • Loading branch information
PMByrne and Patrick Byrne authored Jul 12, 2024
1 parent eb0705a commit aa2b553
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 152 deletions.
16 changes: 0 additions & 16 deletions data/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@
"firstName": "Dave",
"lastName": "Hahn",
"title": "Data & Analytics"
}, {
"firstName": "Veronica",
"lastName": "Hamelback",
"title": "Office Manager"
}, {
"firstName": "Christopher",
"lastName": "Hargarten",
Expand All @@ -130,10 +126,6 @@
"firstName": "Ian",
"lastName": "Heagren",
"title": "Data & Analytics"
}, {
"firstName": "Marty",
"lastName": "Henderson",
"title": "Cloud Engineering"
}, {
"firstName": "JD",
"lastName": "Herdlick",
Expand Down Expand Up @@ -170,10 +162,6 @@
"firstName": "Dave",
"lastName": "Kreklow",
"title": "Sales & Customer Success"
}, {
"firstName": "Matthew",
"lastName": "Knight",
"title": "Cloud Engineering"
}, {
"firstName": "Christopher",
"lastName": "Leeds",
Expand Down Expand Up @@ -398,10 +386,6 @@
"firstName": "Matt",
"lastName": "Parent",
"title": "Full Stack Development"
}, {
"firstName": "Nathan",
"lastName": "Montez",
"title": "Full Stack Development"
}, {
"firstName": "Chris",
"lastName": "Marfia",
Expand Down
2 changes: 1 addition & 1 deletion src/components/BottomCTASection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function BottomCTASection({setShowContact}: BottomCTASectionProps
delivering results
</h2>

<p className="tracking-widest mb-10">OUR TEAMS SHOW CLIENTS WHAT IS POSSIBLE AND THEN HELP THEM GET THERE</p>
<p className="tracking-widest mb-1">OUR TEAMS SHOW CLIENTS WHAT IS POSSIBLE AND THEN HELP THEM GET THERE</p>
</FadeIn>
</Section>
)
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ export default function Footer() {
<li>
<Link className="hover:text-accent" href="/services/data-science">Data Science &amp; AI</Link>
</li>
<li>
{/* <li>
<Link className="hover:text-accent" href="/services/strategy-execution">Strategy & Execution</Link>
</li>
</li> */}
</ul>
</nav>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ export default function About({team, setShowContact}: any) {
</div>
<div className="flexx basis-full lg:basis-1/2 grow-0 bg-white p-8 md:p-16 text-center md:text-left lg:w-1/2">
<div className='max-w-[660px]'>
<p className="tracking-widest mb-2">NOT YOUR TYPICAL CONSULTING FIRM</p>
{/* <p className="tracking-widest mb-2">NOT YOUR TYPICAL CONSULTING FIRM</p> */}
<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>You will notice the difference working with a company that was founded by technologists and is run by technologists. It is a refreshing, no-nonsense approach to solution delivery that our clients appreciate.</strong></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>
</div>
</div>
Expand Down Expand Up @@ -86,12 +86,12 @@ export default function About({team, setShowContact}: any) {
<FadeIn className="text-center md:text-left">
<h2 className="text-3xl lg:text-5xl font-bold text-black mb-4">We know you, because we were you</h2>
<p className="mb-2">Ocelot Consulting’s senior leadership is proud of our backgrounds rooted in Enterprise IT. We’ve cultivated a deep appreciation for what makes successful (and unsuccessful) partnerships. We understand the opportunities and the challenges of transforming established corporations.</p>
<p><strong>Ocelot Consulting strives to be the type of company that our founders always wanted as a partner.</strong></p>
{/* <p><strong>Ocelot Consulting strives to be the type of company that our founders always wanted as a partner.</strong></p> */}
</FadeIn>
</div>
</Section>

<Section className="bg-black text-white">
{/* <Section className="bg-black text-white">
<div className="grid md:grid-cols-2 gap-5">
<SlideUp className="bg-white/20 p-10">
<h2 className="text-3xl lg:text-5xl font-bold text-center mb-4">What we are&hellip;</h2>
Expand Down Expand Up @@ -136,7 +136,7 @@ export default function About({team, setShowContact}: any) {
</ul>
</SlideUp>
</div>
</Section>
</Section> */}

<Section
style={{backgroundImage: `url(${ctaBg.src})`}}
Expand Down
9 changes: 5 additions & 4 deletions src/pages/case-studies/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PageTitle from '@/components/PageTitle'
import Section from '@/components/Section'
import PeopleIcon from '@/components/icons/PeopleIcon'
import HandshakeIcon from '@/components/icons/HandshakeIcon'
import MoneyBackIcon from '@/components/icons/MoneyBagIcon'
import ArchitectureIcon from '@/components/icons/ArchitectureIcon'
import BottomCTASection from '@/components/BottomCTASection'
import CaseStudyCard, {CaseStudyCardProps} from '@/components/case-studies/CaseStudyCard'
import FadeIn from '@/components/animations/FadeIn'
Expand All @@ -17,6 +17,7 @@ import 'swiper/css/navigation'

import banner from '@/public/case-studies/case-banner.jpg'
import modernize from '@/public/case-studies/modernize-your-business.jpg'
import Image from 'next/image'

export interface CaseStudiesProps {
caseStudies: CaseStudyCardProps[]
Expand Down Expand Up @@ -104,11 +105,11 @@ export default function CaseStudies({caseStudies, setShowContact}: CaseStudiesPr

<div className="flex flex-col md:flex-row">
<div className="mx-auto md:mx-0">
<MoneyBackIcon className="w-10 h-auto" />
<Image className="mx-auto mb-2" src='/assets/index/network.svg' alt='' width={50} height={50} />
</div>
<div className="grow ml-5 text-center text-black md:text-left">
<h3 className="text-xl font-bold mb-2">No extras</h3>
<p>We strive to eliminate all unnecessary overhead and waste. Over 90% of our staff are engineers & architects focused on delivery. </p>
<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>
</div>
</div>
</FadeIn>
Expand Down
24 changes: 10 additions & 14 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Home({cards, setShowContact}: any) {
<section className='relative py-14 md:py-10 px-5'>
<div className='relative container mx-auto'>
<h1 className='text-2xl'>
We are delighted to announce that we are joining Accenture!
We are delighted to announce that we are now part of Accenture!
{' '}
<Link className="text-accent" href={pressReleaseUrl}>
Read the Accenture press release.
Expand All @@ -51,10 +51,6 @@ export default function Home({cards, setShowContact}: any) {
<h1 className="text-4xl md:text-7xl font-bold mb-8">
Modern solutions for companies seeking to innovate
</h1>

<ContactButton setShowContact={setShowContact}>
Request a Call
</ContactButton>
</div>
</Section>

Expand Down Expand Up @@ -109,22 +105,22 @@ export default function Home({cards, setShowContact}: any) {
</Link>
</FadeIn>

<FadeIn>
{/* <FadeIn>
<h2 className="text-xl font-bold text-black">Strategy & Execution</h2>
<p>Define and deliver business and technical strategies</p>
<Link className="text-accent block mt-5" href="/services/strategy-execution">
Learn More
<ArrowIcon className="w-3 inline-block fill-accent ml-3" />
</Link>
</FadeIn>
</FadeIn> */}

<FadeIn>
{/* <FadeIn>
<Image
className="max-w-[180px] object-contain mx-auto"
src={fastest50}
alt="Fastest-Growing Private Companies"
/>
</FadeIn>
</FadeIn> */}
</div>
</div>
</Section>
Expand All @@ -141,7 +137,7 @@ export default function Home({cards, setShowContact}: any) {
<SlideUp className="md:my-10 lg:my-20 md:mr-20">
<h2 className="text-3xl lg:text-5xl font-bold text-black mb-4">Modernize your technology portfolio</h2>
<p className="font-bold mb-4">Anything that belongs in source code management or a data repository.</p>
<p>We specialize in class-leading solutions for modern application development, cloud engineering, data engineering, and data science</p>
<p>We specialize in class-leading solutions for modern application development, cloud engineering, data engineering, and data science.</p>
</SlideUp>
</div>
<div />
Expand Down Expand Up @@ -171,14 +167,14 @@ export default function Home({cards, setShowContact}: any) {
<h3 className="text-2xl font-bold mb-4">Partnership & Coaching</h3>
<p>While collaborating, we provide training and mentoring to ensure that you are fully prepared to own solutions after our engagement is complete.</p>
</SlideUp>
<SlideUp className="bg-white/20 text-center p-8">
<h3 className="text-2xl font-bold mb-4">Low Overhead</h3>
<p>We do not oversell services. Over 90% of our staff are engineers & architects focused on delivery. This allows us to offer the best talent with the best return on investment.</p>
</SlideUp>
<SlideUp className="bg-white/20 text-center p-8">
<h3 className="text-2xl font-bold mb-4">Real-world Experience</h3>
<p>With backgrounds rooted in Enterprise IT, we are uniquely prepared to provide reliable lessons learned from real-world experience. We know you, because we were you.</p>
</SlideUp>
<SlideUp className="bg-white/20 text-center p-8">
<h3 className="text-2xl font-bold mb-4">Part of Accenture</h3>
<p>Our technical expertise is backed by Accenture's wide range of services and diverse talent, allowing us to expedite your innovative initiatives with wholistic solutions.</p>
</SlideUp>
</div>
</Section>

Expand Down
4 changes: 2 additions & 2 deletions src/pages/services/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Services({setShowContact}: any) {
</Grid>
</Section>

<Section>
{/* <Section>
<Grid>
<FadeIn className="order-2 md:order-1">
<h2 className="text-3xl md:text-5xl font-bold text-black mb-2">Strategy &amp; Execution</h2>
Expand All @@ -116,7 +116,7 @@ export default function Services({setShowContact}: any) {
<Image className="object-cover md:h-[430px] lg:h-auto" src={strategy} alt="" />
</div>
</Grid>
</Section>
</Section> */}

<BottomCTASection setShowContact={setShowContact} />
</>
Expand Down
108 changes: 0 additions & 108 deletions src/pages/services/strategy-execution.tsx

This file was deleted.

0 comments on commit aa2b553

Please sign in to comment.