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

@@ -55,11 +55,11 @@ function StarRating({ rating }: { rating: number }) {
export function Testimonial() {
return (
<section className="w-full bg-[#1a1a1a]">
<div className="flex flex-col lg:flex-row min-h-[400px] lg:min-h-[500px]">
<div className="flex flex-col lg:flex-row min-h-100 lg:min-h-125">
{/* Left Side - Firefighter Image */}
<div className="relative w-full lg:w-1/2 h-[300px] sm:h-[400px] lg:h-auto">
<div className="relative w-full lg:w-1/2 h-75 sm:h-100 lg:h-auto">
<Image
src="/images/home/testimonal.jpg"
src="/images/img10.jpg"
alt="Professional firefighter in protective gear"
fill
className="object-cover object-top"
@@ -68,7 +68,7 @@ export function Testimonial() {
</div>
{/* Right Side - Testimonial Content with Background */}
<div className="relative w-full lg:w-1/2 min-h-[350px] sm:min-h-[400px] lg:min-h-[500px]">
<div className="relative w-full lg:w-1/2 min-h-87.5 sm:min-h-100 lg:min-h-125">
{/* Background Image */}
<div className="absolute inset-0">
<Image