Skip to content

Commit

Permalink
added insurance integration and resolved merge conflicts (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsingh1281 authored Nov 9, 2024
2 parents 31eb4f2 + 504e670 commit 7ed3571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/assets/Images/about-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/AboutUs-section/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import about1 from "../../assets/Images/about-1.svg"
import about2 from "../../assets/Images/about-2.jpg"
import about3 from "../../assets/Images/about-3.jpg"
import about4 from "../../assets/Images/about-4.jpg"
import about5 from "../../assets/Images/about-5.jpg"

import { AboutCard, AboutCard2 } from './AboutCard';

Expand Down Expand Up @@ -45,6 +46,10 @@ const AboutUs = () => {
image={about4}
heading={"User-Friendly Interface & Support"}
desc={"Rentalog’s user-friendly interface makes it simple to navigate and access all necessary information quickly. Plus, landlords can rely on the dedicated support team for any questions or assistance, ensuring a smooth and hassle-free experience."} />
<AboutCard
image={about5}
heading={"Insurance Integration Service"}
desc={"Protect your property and tenants effortlessly with integrated insurance options tailored for secure and worry-free rentals, ensuring comprehensive coverage and peace of mind for both landlords and renters"} />
</div>


Expand Down

0 comments on commit 7ed3571

Please sign in to comment.