diff --git a/components/footer.tsx b/components/footer.tsx index 5401ecb..e6ff666 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,7 +1,7 @@ import { Twitter } from "lucide-react" import Link from "next/link" -// Custom Telegram icon since Lucide doesn't have one +// Custom Telegram icon const TelegramIcon = () => ( @@ -23,54 +23,67 @@ const LinkedInIcon = () => ( ) export default function Footer() { + const currentUrl = typeof window !== 'undefined' ? window.location.href : '' + return (
+ + {/* Project Info */}

Stable Viewpoints

-

Fostering thoughtful dialogue toward a more stable future.

+

+ Fostering thoughtful dialogue toward a more stable future. +

-
+ {/* Social Media Icons */} +
Connect with us:
- + - + - + - +
+ + {/* Sharing Buttons */} +
+ Share this project: + + {/* Twitter Share */} + + + + + {/* LinkedIn Share */} + + + + + {/* Telegram Share */} + + + + + {/* Discord Share */} + + + +
+