service page updated for multiple data
This commit is contained in:
@@ -63,7 +63,6 @@ export function Footer() {
|
||||
if (email) {
|
||||
// Telefon raqamni tozalash (faqat raqamlar)
|
||||
const cleanPhone = email.replace(/\D/g, "");
|
||||
console.log("without 998: ", cleanPhone.slice(3));
|
||||
formRequest.mutate({ number: Number(cleanPhone.slice(3)) });
|
||||
}
|
||||
};
|
||||
@@ -239,11 +238,11 @@ export function Footer() {
|
||||
</div>
|
||||
|
||||
{/* Copyright Section */}
|
||||
<div className="border-t border-gray-800 px-4 py-8">
|
||||
<div className="border-t border-gray-800 px-4 py-6">
|
||||
<div className="mx-auto max-w-6xl">
|
||||
<div className="font-almarai flex flex-col justify-between gap-4 text-lg text-gray-400 md:flex-row md:items-center">
|
||||
<div className="font-almarai flex flex-col justify-end items-end w-full gap-4 text-lg text-gray-400 md:flex-row md:items-center">
|
||||
{locale === "uz" ? (
|
||||
<div className="flex gap-2 ">
|
||||
<div className="flex gap-2 w-full justify-center items-end ">
|
||||
<a
|
||||
href="http://felix-its.uz/"
|
||||
className="hover:text-red-600 hover:cursor-pointer text-blue-300 underline"
|
||||
@@ -253,7 +252,7 @@ export function Footer() {
|
||||
<p>- Jamoasi tomonidan ishlab chiqilgan</p>
|
||||
</div>
|
||||
) : (
|
||||
<div className="flex gap-2">
|
||||
<div className="flex w-full justify-center items-end gap-2">
|
||||
{locale === "ru" ? <p>Разработано -</p> : <p>Created by - </p>}
|
||||
<a
|
||||
href="http://felix-its.uz/"
|
||||
|
||||
Reference in New Issue
Block a user