Add Pramoal client site to projects

This commit is contained in:
2026-08-20 17:05:28 +02:00
parent 7408168160
commit a4cc12d763
4 changed files with 15 additions and 6 deletions
+3
View File
@@ -17,6 +17,7 @@ import {
Smartphone,
BarChart3,
Building,
HardHat,
} from "lucide-react";
import GlassCard from "@/components/ui/GlassCard";
import { fadeUp, stagger, viewportConfig } from "@/lib/animations";
@@ -25,6 +26,7 @@ import type { Dictionary, Locale } from "@/lib/dictionaries";
const projectIcons: Record<string, typeof ShoppingCart> = {
"security-consultancy": ShieldCheck,
"ecommerce-platform": ShoppingCart,
"pramoal": HardHat,
"infra-dashboard": Server,
"mobile-companion": Smartphone,
"analytics-service": BarChart3,
@@ -35,6 +37,7 @@ const projectIcons: Record<string, typeof ShoppingCart> = {
const projectColors: Record<string, string> = {
"security-consultancy": "from-blue-500/20 to-blue-600/5 text-blue-300",
"ecommerce-platform": "from-emerald-500/20 to-emerald-600/5 text-emerald-300",
"pramoal": "from-orange-500/20 to-orange-600/5 text-orange-300",
"infra-dashboard": "from-purple-500/20 to-purple-600/5 text-purple-300",
"mobile-companion": "from-rose-500/20 to-rose-600/5 text-rose-300",
"analytics-service": "from-amber-500/20 to-amber-600/5 text-amber-300",
+3
View File
@@ -10,6 +10,7 @@ import {
Smartphone,
BarChart3,
Building,
HardHat,
} from "lucide-react";
import GlassCard from "@/components/ui/GlassCard";
import ProjectModal from "@/components/ui/ProjectModal";
@@ -19,6 +20,7 @@ import type { Dictionary, Locale } from "@/lib/dictionaries";
const projectIcons: Record<string, typeof ShoppingCart> = {
"client-ecommerce": ShoppingCart,
"pramoal": HardHat,
"booking-platform": Calendar,
"infra-dashboard": Server,
"mobile-companion": Smartphone,
@@ -29,6 +31,7 @@ const projectIcons: Record<string, typeof ShoppingCart> = {
const projectColors: Record<string, string> = {
"client-ecommerce": "from-blue-500/20 to-blue-600/5 text-blue-300",
"pramoal": "from-orange-500/20 to-orange-600/5 text-orange-300",
"booking-platform": "from-emerald-500/20 to-emerald-600/5 text-emerald-300",
"infra-dashboard": "from-purple-500/20 to-purple-600/5 text-purple-300",
"mobile-companion": "from-rose-500/20 to-rose-600/5 text-rose-300",