design issues
Some checks failed
Build & Deploy MB Grid Solutions / build-and-deploy (push) Failing after 27s

This commit is contained in:
2026-01-29 15:57:37 +01:00
parent 62b887c2a3
commit ae234176cf
5 changed files with 61 additions and 60 deletions

View File

@@ -1,6 +1,7 @@
'use client';
import React, { useState } from 'react';
import { Mail, MapPin, CheckCircle } from 'lucide-react';
import { Button } from './Button';
import { Counter } from './Counter';
import { Reveal } from './Reveal';

View File

@@ -1,6 +1,6 @@
'use client';
import { AnimatePresence } from 'framer-motion';
import { AnimatePresence, motion } from 'framer-motion';
import { ArrowUp, Home, Info, Menu, X } from 'lucide-react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';