image updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-27 14:41:39 +05:00
parent c133b252c1
commit e87a26d74c
33 changed files with 693 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
import DotAnimatsiya from "@/components/dot/DotAnimatsiya";
import { ChevronRight } from "lucide-react";
import Image from "next/image";
import Link from "next/link";
export function OurService() {
return (
@@ -105,9 +106,12 @@ export function OurService() {
<h2 className="sm:text-3xl text-xl font-semibold font-armanai text-white">
View more service
</h2>
<button className="shadow-[0px_0px_2px_6px_#a60404ad] bg-red-600 hover:bg-red-700 text-white font-bold sm:py-3 sm:px-8 px-8 py-2 rounded-full transition duration-300 transform hover:scale-105 w-fit">
<Link
href="/services"
className="shadow-[0px_0px_2px_6px_#a60404ad] bg-red-600 hover:bg-red-700 text-white font-bold sm:py-3 sm:px-8 px-8 py-2 rounded-full transition duration-300 transform hover:scale-105 w-fit"
>
GET STARTED
</button>
</Link>
</div>
</div>
</div>