Skip to content

Commit

Permalink
- font family updated to use tailwind configured fonts.
Browse files Browse the repository at this point in the history
- removed yarn and mkdocs changes
  • Loading branch information
Muhammad Safi authored and Muhammad Safi committed Jan 30, 2025
1 parent fe84cbe commit b33d1c1
Showing 1 changed file with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ export const HeroSection: React.FC = () => {
return (
<div className="mb-2 mt-8 flex flex-col items-center justify-center px-4 sm:mb-4 sm:mt-12 sm:px-6 md:mb-6 md:mt-16 lg:my-24 lg:px-8 xl:my-16">
<div className="w-full max-w-3xl lg:max-w-4xl xl:max-w-5xl">
<div className="8md:mb-8 mb-4 text-center">
<div className="md:mb-8 mb-4 text-center">
<h1 className="text-center">
<span className="font-poppins text-5xl font-semibold leading-[54px] text-neutral-950 dark:text-neutral-50">
<span className="font-poppin text-[48px] font-semibold leading-[54px] text-neutral-950 dark:text-neutral-50">
Explore AI agents built for{" "}
</span>
<span className="font-poppins text-5xl font-semibold leading-[54px] text-violet-600">
<span className="font-poppin text-[48px] font-semibold leading-[54px] text-violet-600">
you
</span>
<br />
<span className="font-poppins text-5xl font-semibold leading-[54px] text-neutral-950 dark:text-neutral-50">
<span className="font-poppin text-[48px] font-semibold leading-[54px] text-neutral-950 dark:text-neutral-50">
by the{" "}
</span>
<span className="font-poppins text-5xl font-semibold leading-[54px] text-blue-500">
<span className="font-poppin text-[48px] font-semibold leading-[54px] text-blue-500">
community
</span>
</h1>
</div>
<h3 className="mb:text-2xl font-geist mb-6 text-center text-xl font-normal leading-loose text-neutral-700 dark:text-neutral-300 md:mb-12">
<h3 className="mb:text-2xl font-sans mb-6 text-center text-xl font-normal leading-loose text-neutral-700 dark:text-neutral-300 md:mb-12">
Bringing you AI agents designed by thinkers from around the world
</h3>
<div className="mb-4 flex justify-center sm:mb-5 md:mb-6">
Expand All @@ -42,13 +42,7 @@ export const HeroSection: React.FC = () => {
<div>
<div className="flex justify-center">
<FilterChips
badges={[
"Marketing",
"SEO",
"Content Creation",
"Automation",
"Fun",
]}
badges={["Marketing", "SEO", "Content Creation", "Automation", "Fun"]}
onFilterChange={onFilterChange}
multiSelect={false}
/>
Expand All @@ -57,4 +51,4 @@ export const HeroSection: React.FC = () => {
</div>
</div>
);
};
};

0 comments on commit b33d1c1

Please sign in to comment.