diff --git a/app/page.jsx b/app/page.jsx index d26b428..61c7120 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -2,9 +2,6 @@ import Header4 from "@/components/headers/Header4"; import About from "@/components/homes/insurance-consulting/About"; import Contact from "../components/common/Contact"; -// import Cta from "@/components/homes/insurance-consulting/Cta"; -import Testimonials from "@/components/common/Testimonials"; -// import Faqs from "@/components/homes/insurance-consulting/Faqs"; import Hero from "@/components/homes/insurance-consulting/Hero"; import Services from "@/components/homes/insurance-consulting/Services"; import React from "react"; @@ -33,21 +30,7 @@ export default function HomePage() {
- - - {/*
-
-
- -
-
-
- -
-
-
- */}
diff --git a/components/homes/insurance-consulting/About.jsx b/components/homes/insurance-consulting/About.jsx index 6f4b254..1034831 100644 --- a/components/homes/insurance-consulting/About.jsx +++ b/components/homes/insurance-consulting/About.jsx @@ -19,7 +19,7 @@ export default function About() { alt="item" className="wow animate__rollIn animate__animated" data-wow-delay="0.4s" - src="/images/item/item-title.png" + src="/images/item/item-title1.png" width={48} height={48} />{" "} diff --git a/public/images/item/item-title1.png b/public/images/item/item-title1.png new file mode 100644 index 0000000..19f63be Binary files /dev/null and b/public/images/item/item-title1.png differ