UI changes and color theme changed
This commit is contained in:
@@ -7,7 +7,7 @@ export default function GDPRCookiesPage() {
|
||||
return (
|
||||
<div className="bg-gray-50">
|
||||
{/* HEADER */}
|
||||
<section className="bg-sky-200 text-gray-900 py-20 px-6">
|
||||
<section className="bg-[#2563eb] text-white py-20 px-6">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
|
||||
Reference in New Issue
Block a user