Skip to content

Commit

Permalink
single point of source → single source of truth; grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jekor committed Sep 27, 2024
1 parent 358ff24 commit ffb3951
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/hero_v2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Hero = () => {
<section className="grid grid-cols-12 gap-8 pt-8 md:pt-16 md:gap-12 relative" ref={containerRef}>
<h1 className={`text-4xl font-bold col-start-2 col-span-8 ${DINish.className} leading-[40px] xs:col-span-10 xs:col-start-2 md:text-5xl md:leading-[56px] md:text-center`}>Finally, business metrics at your fingertips</h1>
<p className={`leading-6 text-lg xl:text-xl col-start-2 col-span-10 ${DINish.className} xs:col-span-10 xs:col-start-2 md:col-span-8 md:col-start-3 md:text-center max-w-xl mx-auto leading-relaxed`}>
Introducing Edgeset, data virtualization platform that joins up disparate cloud and on-premise data sources to a single access point, within minutes.
Introducing Edgeset, a data virtualization platform that joins up disparate cloud and on-premise data sources to a single access point, within minutes.
</p>
{stateMachine === 'hero_sm_sme' ? <div className="col-start-1 col-span-10 h-64 xs:col-start-2">
<Rive
Expand Down Expand Up @@ -74,7 +74,7 @@ const Hero = () => {
<path d="M146 313.5V172.5L0 88V225.5L146 313.5Z" fill="#215F74" />
</svg>
<div className={`${DINish.className} text-sm`}>
Spreadsheets and CSV&apos;s
Spreadsheets and CSVs
</div>
</div>
<div className="flex gap-1 border border-primary p-1 rounded-lg">
Expand Down
14 changes: 7 additions & 7 deletions app/platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Platform() {
<div className="hidden lg:flex lg:flex-col lg:py-8">
<div className="flex w-full flex-col items-center pt-6">
<div className={`mb-6 flex flex-row gap-7 ${DINish.className}`}>
<button className={`rounded-2xl px-4 py-2 text-lg text-zinc-200 ${DINish.className} ${currentIndex === 0 ? 'selected' : 'border border-[#ffffff38] bg-[#155970]'}`} onClick={() => handleTabClick(0)}>Single point of source</button>
<button className={`rounded-2xl px-4 py-2 text-lg text-zinc-200 ${DINish.className} ${currentIndex === 0 ? 'selected' : 'border border-[#ffffff38] bg-[#155970]'}`} onClick={() => handleTabClick(0)}>Single source of truth</button>
<button className={`focus-visible:outline-neutral-white bg-neutral-n11 rounded-2xl px-4 py-2 text-lg leading-none tracking-wide text-zinc-200 transition-colors ${currentIndex === 1 ? 'selected' : 'border border-[#ffffff38] bg-[#155970]'}`} onClick={() => handleTabClick(1)}>Compare and analyse</button>
<button className={`focus-visible:outline-neutral-white hover:text-neutral-n3 rounded-2xl px-4 py-2 text-lg leading-none tracking-wide text-zinc-200 transition-colors ${currentIndex === 2 ? 'selected' : 'border border-[#ffffff38] bg-[#155970]'}`} onClick={() => handleTabClick(2)}>Dashboard and reports</button>
</div>
Expand All @@ -81,15 +81,15 @@ export default function Platform() {
>
<div className="mr-24 flex w-full shrink-0 snap-center justify-center items-center rounded-lg flex-col overflow-hidden">
<div className={`text-xl ${DINish.className} p-8 pb-14 text-center leading-relaxed text-zinc-100`}>{lines[0].description}</div>
<img width={900} height={625} style={{ height: 625, width: 900 }} src="single.png" alt="single point of source" className="rounded-md" />
<img width={900} height={625} style={{ height: 625, width: 900 }} src="single.png" alt="single source of truth" className="rounded-md" />
</div>
<div className="mr-24 flex w-full shrink-0 snap-center justify-center items-center rounded-lg flex-col overflow-hidden">
<div className={`text-xl ${DINish.className} p-8 pb-14 text-center leading-relaxed text-zinc-100`}>{lines[1].description}</div>
<img width={900} height={625} style={{ height: 625, width: 900 }} src="compare.png" alt="single point of source" className="rounded-md" />
<img width={900} height={625} style={{ height: 625, width: 900 }} src="compare.png" alt="single source of truth" className="rounded-md" />
</div>
<div className="mr-24 flex w-full shrink-0 snap-center justify-center items-center rounded-lg flex-col overflow-hidden">
<div className={`text-xl ${DINish.className} p-8 pb-14 text-center leading-relaxed text-zinc-100`}>{lines[2].description}</div>
<img width={900} height={625} style={{ height: 625, width: 900 }} src="dash.png" alt="single point of source" className="rounded-md" />
<img width={900} height={625} style={{ height: 625, width: 900 }} src="dash.png" alt="single source of truth" className="rounded-md" />
</div>
</div>
</div>
Expand Down Expand Up @@ -127,15 +127,15 @@ export default function Platform() {
>
<div className="mr-24 flex h-[600px] w-full shrink-0 snap-center justify-center rounded-lg p-8">
<div className={`text-3xl ${DINish.className} py-8 pl-16 pr-3 text-center leading-relaxed text-zinc-100`}>{lines[0]}</div>
<img width={785} height={500} src="single.png" alt="single point of source" className="rounded-md" />
<img width={785} height={500} src="single.png" alt="single source of truth" className="rounded-md" />
</div>
<div className="mr-24 flex h-[600px] w-full shrink-0 snap-center justify-center rounded-lg p-8">
<div className={`text-3xl ${DINish.className} p-8 text-center leading-relaxed text-zinc-100`}>{lines[1]}</div>
<img height={500} width={785} style={{ height: 500, width: 785 }} src="compare.png" alt="single point of source" className="rounded-md" />
<img height={500} width={785} style={{ height: 500, width: 785 }} src="compare.png" alt="single source of truth" className="rounded-md" />
</div>
<div className="mr-24 flex h-[600px] w-full shrink-0 snap-center justify-center rounded-lg p-8">
<div className={`text-3xl ${DINish.className} p-8 text-center leading-relaxed text-zinc-100`}>{lines[2]}</div>
<img height={500} width={785} style={{ height: 500, width: 785 }} src="dash.png" alt="single point of source" className="rounded-md" />
<img height={500} width={785} style={{ height: 500, width: 785 }} src="dash.png" alt="single source of truth" className="rounded-md" />
</div>
</div>
</div>
Expand Down

0 comments on commit ffb3951

Please sign in to comment.