Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi1992002 committed Feb 17, 2024
1 parent e95a261 commit cf8a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function HeroPage({}: HeroPageProps) {
return (
<div className="w-screen h-screen z-[1] flex items-center pt-20 flex-col relative overflow-hidden">
<div className="relative flex flex-col items-center justify-center ">
<h1 className=" text-white inline-block text-transparent bg-clip-text text-4xl sm:text-5xl md:text-6xl lg:text-7xl xl:text-8xl w-[90vw] sm:w-[60vw] text-center font-extrabold pb-[20px]">
<h1 className="text-black dark:text-white inline-block text-transparent bg-clip-text text-4xl sm:text-5xl md:text-6xl lg:text-7xl xl:text-8xl w-[90vw] sm:w-[60vw] text-center font-extrabold pb-[20px]">
Create Courses Using AI
</h1>
<p className="text-foreground w-[90vw] sm:w-[60vw] text-center sm:text-lg md:text-xl">
Expand Down

0 comments on commit cf8a440

Please sign in to comment.