for gitea

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-24 14:59:16 +05:00
parent d426b27359
commit cf9957a78d

View File

@@ -2,7 +2,6 @@
import { useState } from "react";
import { motion } from "framer-motion";
import { usePathname } from "next/navigation";
import { Phone, MessageSquare, MapPin } from "lucide-react";
import Image from "next/image";
import { useLanguage } from "@/context/language-context";
@@ -11,8 +10,6 @@ import axios from "axios";
export function ContactForm() {
const { t } = useLanguage();
const pathname = usePathname();
const locale = (pathname.split("/")[1] || "uz") as "uz" | "ru";
const productName = useProductStore((state) => state.productName);