Skip to content

Commit

Permalink
chore: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Feb 9, 2024
1 parent e74254b commit 6c2c028
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/about/Investors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Investors = (): JSX.Element => {
</div>

<div className="mt-SPACE_16 sm:mt-SPACE_20 lg:mt-24">
<p className="text-title-semi-large sm:text-title-large lg:text-display-tiny text-center">Angel Investors</p>
{/* <p className="text-title-semi-large sm:text-title-large lg:text-display-tiny text-center">Angel Investors</p> */}
<div className="flex flex-wrap lg:flex-nowrap gap-SPACE_12 sm:gap-y-SPACE_06 lg:gap-y-0 items-center flex-start justify-center mt-SPACE_09">
{investors.map((investor) => (
<div key={investor.id} className="flex flex-col items-center w-[172px] sm:w-[228px]">
Expand Down
9 changes: 4 additions & 5 deletions src/components/home/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import HeroImage from "@site/static/images/home/hero.svg"
import {analyticsHandler} from "@site/src/utils"
import {Theme, codeSandboxUrl} from "@site/src/constants"
import {pageLinks} from "@site/src/constants/routes"
import Link from "@docusaurus/Link"

const Banner = (): JSX.Element => {
return (
Expand All @@ -16,14 +17,12 @@ const Banner = (): JSX.Element => {
as="h2"
className="text-title-large max-w-xs sm:text-display-small lg:text-display-large sm:max-w-5xl"
>
GraphQL platform engineered for{" "}
API platform engineered for{" "}
<span className="bg-tailCall-yellow rounded-md sm:rounded-2xl px-SPACE_02">scale</span>
</Heading>
<p className="sm:max-w-2xl sm:m-auto text-content-small sm:text-content-medium lg:text-content-large font-normal max-w-md sm:mt-SPACE_04 mb-0">
A cloud native solution to streamline API management across{" "}
<span className="font-bold sm:text-title-medium">edge, </span>
<span className="font-bold sm:text-title-medium">middle, </span>
and <span className="font-bold sm:text-title-medium">service</span> layers.
Tailcall is designed to quickly and efficiently enhance existing APIs with additional functionality and
higher performance.
</p>
<div className="hidden sm:flex justify-center mt-SPACE_06 sm:mt-SPACE_10 space-x-SPACE_04 sm:space-x-SPACE_06">
<LinkButton
Expand Down

0 comments on commit 6c2c028

Please sign in to comment.