feat: added contact and pricing

- Updated framer motion
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-09-30 20:27:34 -07:00
parent 5acc05a119
commit 1a3faf03d5
55 changed files with 1802 additions and 55 deletions

View file

@ -1,7 +1,7 @@
"use client";
import { IconCheck, IconCopy, IconKey } from "@tabler/icons-react";
import { AnimatePresence, motion } from "framer-motion";
import { AnimatePresence, motion } from "motion/react";
import { ArrowLeft } from "lucide-react";
import { useRouter } from "next/navigation";
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";