minor design changes

This commit is contained in:
Cypro Freelance 2024-07-26 00:53:26 +05:30
parent abd8179815
commit 5b1400e14b
5 changed files with 99 additions and 96 deletions

View file

@ -19,7 +19,7 @@ const About = () => {
<div className="pb-6"> <div className="pb-6">
<h2 className="text-3xl md:text-5xl font-bold"> <h2 className="text-3xl md:text-5xl font-bold">
About{" "} About{" "}
<span className="bg-gradient-to-b from-green-200 to-primary text-transparent bg-clip-text"> <span className="bg-gradient-to-b from-green-300 to-primary text-transparent bg-clip-text">
SVRJS! SVRJS!
</span> </span>
</h2> </h2>

View file

@ -7,7 +7,7 @@ const HowItWorks = () => {
<section className="container text-center py-12 sm:py-24"> <section className="container text-center py-12 sm:py-24">
<h2 className="text-3xl md:text-5xl font-bold"> <h2 className="text-3xl md:text-5xl font-bold">
Accelerate your{" "} Accelerate your{" "}
<span className="bg-gradient-to-b from-green-200 to-primary text-transparent bg-clip-text"> <span className="bg-gradient-to-b from-green-300 to-primary text-transparent bg-clip-text">
development development
</span> </span>
</h2> </h2>

View file

@ -38,7 +38,7 @@ const Navbar = () => {
href={href} href={href}
target={target} target={target}
className={`text-[17px] tracking-tight ${ className={`text-[17px] tracking-tight ${
pathname == href ? "bg-accent/40" : "" pathname == href ? "bg-muted-foreground/20" : ""
} ${buttonVariants({ } ${buttonVariants({
variant: "ghost", variant: "ghost",
})}`} })}`}

View file

@ -15,8 +15,11 @@ const Partners = () => {
id="partners" id="partners"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col" className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
> >
<h2 className="text-3xl md:text-5xl font-bold mb-6 text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400"> <h2 className="text-3xl md:text-5xl font-bold text-start">
SVRJS in action <span className="bg-gradient-to-b from-green-300 to-primary text-transparent bg-clip-text">
SVRJS
</span>{" "}
in action
</h2> </h2>
<div className="w-full flex-start flex-row"> <div className="w-full flex-start flex-row">
<div className="flex max-md:flex-col items-center justify-start gap-4"> <div className="flex max-md:flex-col items-center justify-start gap-4">

View file

@ -81,7 +81,7 @@ const Testimonials = () => {
</div> </div>
<h1 className="text-3xl md:text-5xl font-bold text-center"> <h1 className="text-3xl md:text-5xl font-bold text-center">
Hear it from{" "} Hear it from{" "}
<span className="bg-gradient-to-b from-green-200 to-primary text-transparent bg-clip-text"> <span className="bg-gradient-to-b from-green-300 to-primary text-transparent bg-clip-text">
our users our users
</span> </span>
</h1> </h1>