Skip to content

Commit

Permalink
deploydebugThreeTTT
Browse files Browse the repository at this point in the history
  • Loading branch information
barchakuz committed May 10, 2024
1 parent 6169cc7 commit 8e0f7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function HeroSection() {
<div className="h-auto md:h-[40rem] w-full rounded-md flex flex-col items-center justify-center relative overflow-hidden mx-auto py-10 md:py-0">
<div className="p-4 relative z-10 w-full text-center" >
<h1 className="mt-20 md:mt-0 text-4xl md:text-7xl font-bold bg-clip-text text-transparent bg-gradient-to-b from-neutral-50 to-neutral-400">Master the art of music</h1>
<p className="mt-4 font-normal text-base md:text-lg text-neutral-300 max-w-lg mx-auto">Drive into our comprehensive music courses and transform your musical journey today. Whether you&apos;re a beginner or looking to refine your skills, join us to unlock your true potential.</p>
<p className="mt-4 font-normal text-base md:text-lg text-neutral-300 max-w-lg mx-auto">Drive into our comprehensive music courses and transform your musical journey today. Whether you are a beginner or looking to refine your skills, join us to unlock your true potential.</p>
<div className='mt-5'>
<Link href={"/courses"}>
<Button
Expand Down

0 comments on commit 8e0f7e3

Please sign in to comment.