feat: major UI/UX overhaul, snippets system, and performance fixes
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Failing after 9m26s

This commit is contained in:
2026-02-16 12:31:40 +01:00
parent 6f62b37c3a
commit a5dba298f3
41 changed files with 1610 additions and 499 deletions

View File

@@ -3,8 +3,7 @@
import React from "react";
import Link from "next/link";
import { useLocale, useTranslations } from "next-intl";
import { Github, Linkedin, Mail, ArrowUp } from "lucide-react";
import { motion } from "framer-motion";
import { ArrowUp } from "lucide-react";
const Footer = () => {
const locale = useLocale();
@@ -19,13 +18,6 @@ const Footer = () => {
<footer className="bg-[#fdfcf8] dark:bg-stone-950 pt-32 pb-12 px-6 overflow-hidden transition-colors duration-500">
<div className="max-w-7xl mx-auto">
{/* Huge Outlined Name */}
<div className="relative mb-24 select-none pointer-events-none">
<h2 className="text-[12vw] font-black leading-none text-stone-900/5 dark:text-white/5 uppercase tracking-tighter text-center">
Dennis Konkol
</h2>
</div>
<div className="grid grid-cols-1 md:grid-cols-12 gap-12 items-end">
{/* Copyright & Info */}
<div className="md:col-span-4 space-y-6">