fix: home layout and images
This commit is contained in:
parent
328ccb602b
commit
0527c5bd9e
BIN
public/images/why1.jpg
Normal file
BIN
public/images/why1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
public/images/why2.jpg
Normal file
BIN
public/images/why2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 325 KiB |
BIN
public/images/why3.jpg
Normal file
BIN
public/images/why3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 890 KiB |
@ -1,5 +1,7 @@
|
|||||||
|
import ContactFormSection from "@/components/ContactFormSection";
|
||||||
import GoogleReviewBox from "@/components/GoogleReviewBox";
|
import GoogleReviewBox from "@/components/GoogleReviewBox";
|
||||||
import HomeTopSection from "@/components/homes/HomeTopSection";
|
import HomeTopSection from "@/components/homes/HomeTopSection";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
@ -15,8 +17,16 @@ export default function Home() {
|
|||||||
<div className="col-md-12 col-lg-4">
|
<div className="col-md-12 col-lg-4">
|
||||||
<div>
|
<div>
|
||||||
<article className="box-modern">
|
<article className="box-modern">
|
||||||
<div className="flex justify-center">
|
<div className="flex">
|
||||||
<span className="icon box-modern-icon fa-home"></span>
|
<div className="w-full h-44 bg-colorHeroOverlay relative">
|
||||||
|
<Image
|
||||||
|
className="object-cover"
|
||||||
|
src="/images/why1.jpg"
|
||||||
|
alt="Tailored Management, Trusted Care"
|
||||||
|
quality={100}
|
||||||
|
fill
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="box-modern-main">
|
<div className="box-modern-main">
|
||||||
<h4 className="box-modern-title">Tailored Management, Trusted Care</h4>
|
<h4 className="box-modern-title">Tailored Management, Trusted Care</h4>
|
||||||
@ -31,8 +41,16 @@ export default function Home() {
|
|||||||
<div className="col-md-12 col-lg-4">
|
<div className="col-md-12 col-lg-4">
|
||||||
<div>
|
<div>
|
||||||
<article className="box-modern">
|
<article className="box-modern">
|
||||||
<div className="flex justify-center">
|
<div className="flex">
|
||||||
<span className="icon box-modern-icon fa-calendar"></span>
|
<div className="w-full h-44 bg-colorHeroOverlay relative">
|
||||||
|
<Image
|
||||||
|
className="object-cover"
|
||||||
|
src="/images/why2.jpg"
|
||||||
|
alt="20 Years of Real Estate Excellence"
|
||||||
|
quality={100}
|
||||||
|
fill
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="box-modern-main">
|
<div className="box-modern-main">
|
||||||
<h4 className="box-modern-title">20 Years of Real Estate Excellence</h4>
|
<h4 className="box-modern-title">20 Years of Real Estate Excellence</h4>
|
||||||
@ -47,8 +65,16 @@ export default function Home() {
|
|||||||
<div className="col-md-12 col-lg-4">
|
<div className="col-md-12 col-lg-4">
|
||||||
<div>
|
<div>
|
||||||
<article className="box-modern">
|
<article className="box-modern">
|
||||||
<div className="flex justify-center">
|
<div className="flex">
|
||||||
<span className="icon box-modern-icon fa-map"></span>
|
<div className="w-full h-44 bg-colorHeroOverlay relative">
|
||||||
|
<Image
|
||||||
|
className="object-cover"
|
||||||
|
src="/images/why3.jpg"
|
||||||
|
alt="Expert Guidance, Stress-Free Journeys"
|
||||||
|
quality={100}
|
||||||
|
fill
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="box-modern-main">
|
<div className="box-modern-main">
|
||||||
<h4 className="box-modern-title">Expert Guidance, Stress-Free Journeys</h4>
|
<h4 className="box-modern-title">Expert Guidance, Stress-Free Journeys</h4>
|
||||||
@ -66,6 +92,8 @@ export default function Home() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<GoogleReviewBox />
|
<GoogleReviewBox />
|
||||||
|
|
||||||
|
<ContactFormSection />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@ export default function HeroSlider() {
|
|||||||
objectFit: "cover",
|
objectFit: "cover",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<section className="section section-lg text-colorText2! bg-colorHeroOverlay/85 w-full h-full z-20">
|
<section className="section section-lg text-colorText2! bg-colorHeroOverlay/70 w-full h-full z-20">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-12 col-lg-4 flex justify-center">
|
<div className="col-12 col-lg-4 flex justify-center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user