Skip to content

Commit

Permalink
dsa
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jul 13, 2024
1 parent a6fae30 commit 08a4aec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/components/backgroundBeams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function BackgroundBeamsDemo() {
duration: 0.8,
ease: "easeInOut",
}}
className="text-neutral-500 max-w-4xl mx-auto my-2 text-sm text-left relative z-10"
className="text-thirdText font-semibold mx-auto my-2 text-sm text-left relative z-10"
>
Welcome to MailJet, the best transactional email service on the web.
We provide reliable, scalable, and customizable email solutions for
Expand Down Expand Up @@ -103,17 +103,16 @@ export function BackgroundBeamsDemo() {

className="relative z-10 font-bold">
<motion.button

initial={{ opacity: 0, y: 100 }}
whileInView={{ opacity: 1, y: 0 }}

transition={{
type: 'spring', stiffness: 300, damping: 30,
padding: "0.5rem",

delay: 0.3,
duration: 0.8,
ease: "easeInOut",
}}
className=" bg-primary justify-center items-center gap-2 text-thirdText font-normal border-2 border-tBorder p-2 px-4 md:p-3 md:px-5 rounded-full"
className=" bg-primary justify-center items-center gap-2 text-thirdText font-normal border-2 border-fBorder p-2 px-4 md:p-3 md:px-5 rounded-full"
>

Explore more
Expand Down

0 comments on commit 08a4aec

Please sign in to comment.