connetcted to backend: form request

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-05 11:02:57 +05:00
parent ca3e28779e
commit 3c862ea104
13 changed files with 458 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
import Image from "next/image";
import { Mail, MapPin, Phone, Check } from "lucide-react";
import { Mail, MapPin, Phone } from "lucide-react";
import ContactHeader from "./contactHeader";
import Form from "./form";
import { useTranslations } from "next-intl";
@@ -25,7 +25,7 @@ export function Contact() {
];
return (
<section className="relative min-h-175 w-full py-16 md:py-40">
<section className="relative min-h-175 w-full py-30 md:py-40">
{/* Background Image */}
<div className="absolute inset-0 z-0">
<Image