chnage linear graident colors
This commit is contained in:
@@ -76,7 +76,7 @@ export function Footer() {
|
||||
{/* Newsletter Section for gitea */}
|
||||
<div className=" absolute w-full -top-40 px-4 py-12 md:py-16">
|
||||
<div className="mx-auto max-w-6xl">
|
||||
<div className="rounded-2xl bg-[#fa1d1d] px-6 py-8 md:flex lg:flex-row flex-col max-lg:gap-5 md:items-center lg:justify-between justify-center md:px-10 md:py-12">
|
||||
<div className="rounded-2xl bg-red-600 px-6 py-8 md:flex lg:flex-row flex-col max-lg:gap-5 md:items-center lg:justify-between justify-center md:px-10 md:py-12">
|
||||
<div className="mb-8 md:mb-0">
|
||||
<h2 className="font-unbounded text-2xl font-bold text-white md:text-3xl">
|
||||
{t("contactTitle")}
|
||||
@@ -238,8 +238,8 @@ export function Footer() {
|
||||
{/* Copyright Section */}
|
||||
<div className="border-t border-gray-800 px-4 py-8">
|
||||
<div className="mx-auto max-w-6xl">
|
||||
<div className="font-almarai flex flex-col justify-center gap-4 text-sm text-gray-400 md:flex-row md:items-center">
|
||||
<a href="http://felix-its.uz/">{t("footer.create", { name: "Felix-its.uz" })}</a>
|
||||
<div className="font-almarai flex flex-col justify-center gap-4 text-lg text-gray-400 md:flex-row md:items-center">
|
||||
<a href="http://felix-its.uz/" className="hover:text-red-600">{t("footer.create", { name: "Felix-its.uz" })}</a>
|
||||
{/* <div className="flex gap-6">
|
||||
<a href="#terms" className="hover:text-white">
|
||||
Terms & Conditions
|
||||
|
||||
Reference in New Issue
Block a user