fix: header featured home
BIN
public/images/home1.jpg
Normal file
After Width: | Height: | Size: 769 KiB |
BIN
public/images/home2.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
public/images/home3.jpg
Normal file
After Width: | Height: | Size: 3.2 MiB |
BIN
public/images/home4.jpg
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
public/images/home5.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
public/images/home6.jpg
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
public/images/home7.jpg
Normal file
After Width: | Height: | Size: 2.2 MiB |
@ -18,7 +18,7 @@ export default function HeroImage({ title = "", imgSrc = "/images/breadcrumbs-bg
|
||||
objectFit: "cover",
|
||||
}}
|
||||
/>
|
||||
<div className="bg-colorHeroOverlay/50 w-full h-full absolute top-0 left-0" />
|
||||
<div className="bg-colorHeroOverlay/85 w-full h-full absolute top-0 left-0" />
|
||||
<div className="container relative">
|
||||
<h2 className="breadcrumbs-custom-title">{title}</h2>
|
||||
</div>
|
||||
|
@ -4,12 +4,12 @@ import Image from "next/image";
|
||||
|
||||
export default function HeaderFeaturedHomes() {
|
||||
const images = [
|
||||
"/images/featured-properties-17-480x287.jpg",
|
||||
"/images/featured-properties-17-480x287.jpg",
|
||||
"/images/featured-properties-17-480x287.jpg",
|
||||
"/images/featured-properties-17-480x287.jpg",
|
||||
"/images/featured-properties-17-480x287.jpg",
|
||||
"/images/featured-properties-17-480x287.jpg",
|
||||
"/images/home1.jpg",
|
||||
"/images/home2.jpg",
|
||||
"/images/home3.jpg",
|
||||
"/images/home4.jpg",
|
||||
"/images/home5.jpg",
|
||||
"/images/home6.jpg",
|
||||
];
|
||||
|
||||
return (
|
||||
|