image added and trnslation texts done and contact connnected to telegrtam chatBot all tasks done

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-11 14:34:17 +05:00
parent f963aaf2b8
commit c8c77f3788
9 changed files with 364 additions and 61 deletions

View File

@@ -2,6 +2,7 @@
import { Button } from "@/components/ui/button"
import { useLanguage } from "@/contexts/language-context"
import Image from "next/image"
import Link from "next/link"
export default function Hero() {
@@ -32,36 +33,9 @@ export default function Hero() {
</div>
</div>
<div className="relative h-64 md:h-96 bg-gradient-to-br from-primary/10 via-primary/5 to-background rounded-2xl border border-border flex items-center justify-center">
<div className="relative h-64 md:h-96 bg-linear-to-br from-primary/10 via-primary/5 to-background rounded-2xl border border-border flex items-center justify-center">
<div className="absolute inset-0 overflow-hidden rounded-2xl">
<svg className="w-full h-full" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="400" fill="none" />
<circle
cx="200"
cy="200"
r="120"
stroke="currentColor"
strokeWidth="2"
fill="none"
className="text-primary/30"
/>
<circle
cx="200"
cy="200"
r="80"
stroke="currentColor"
strokeWidth="2"
fill="none"
className="text-primary/50"
/>
<g className="text-primary/40">
<path d="M 200 80 L 200 120" strokeWidth="3" stroke="currentColor" />
<path d="M 280 200 L 240 200" strokeWidth="3" stroke="currentColor" />
<path d="M 200 320 L 200 280" strokeWidth="3" stroke="currentColor" />
<path d="M 120 200 L 160 200" strokeWidth="3" stroke="currentColor" />
</g>
<circle cx="200" cy="200" r="12" fill="currentColor" className="text-primary" />
</svg>
<Image src="/hero_image.jpg" alt="hero image" width={500} height={500} className="w-full h-full"/>
</div>
</div>
</div>