{
{/* Animated background elements */}
{
/>
{
transition={{ duration: 0.8 }}
>
{
>
Our Amazing Team
-
+
{
transition={{ duration: 4, repeat: Infinity, repeatType: "reverse" }}
>
{
{/* Animated divider */}
{
{/* Team grid */}
{
>
{/* Rotating background gradient */}
{
const footerRef = useRef(null);
@@ -21,10 +28,22 @@ export const Footer = () => {
{
title: "Follow US",
links: [
- { name: "Github", url: "https://github.com/pythoncameroon", icon: "Github" },
- { name: "Twitter(X)", url: "https://x.com/pythoncameroon", icon: "Twitter" },
- { name: "LinkedIn", url: "https://linkedin.com/company/PythonCameroon", icon: "Linkedin" },
- ]
+ {
+ name: "Github",
+ url: "https://github.com/pythoncameroon",
+ icon: "Github",
+ },
+ {
+ name: "Twitter(X)",
+ url: "https://x.com/pythoncameroon",
+ icon: "Twitter",
+ },
+ {
+ name: "LinkedIn",
+ url: "https://linkedin.com/company/PythonCameroon",
+ icon: "Linkedin",
+ },
+ ],
},
{
title: "About",
@@ -32,20 +51,28 @@ export const Footer = () => {
{ name: "FAQ", url: "#faq", icon: null },
{ name: "Team", url: "#team", icon: null },
{ name: "Community", url: "#community", icon: null },
- ]
+ ],
},
{
title: "Community",
links: [
{ name: "Youtube", url: "#", icon: "Youtube" },
- { name: "Discord", url: "https://discord.gg/TWVCKCe3Dt", icon: "Discord" },
- { name: "WhatsApp", url: "https://chat.whatsapp.com/Ckc80ophGEH0NJFmZAzDMr", icon: "WhatsApp" },
- ]
- }
+ {
+ name: "Discord",
+ url: "https://discord.gg/TWVCKCe3Dt",
+ icon: "Discord",
+ },
+ {
+ name: "WhatsApp",
+ url: "https://chat.whatsapp.com/Ckc80ophGEH0NJFmZAzDMr",
+ icon: "WhatsApp",
+ },
+ ],
+ },
];
return (
-
-
- {/* Floating heart animation */}
-
- ❤️
-
{/* Bottom animated border */}
-
diff --git a/src/layouts/Navbar.tsx b/src/layouts/Navbar.tsx
index af03a45..87e1c19 100644
--- a/src/layouts/Navbar.tsx
+++ b/src/layouts/Navbar.tsx
@@ -111,7 +111,7 @@ export const Navbar = () => {
return (