diff --git a/public/images/why1.jpg b/public/images/why1.jpg new file mode 100644 index 0000000..920ae87 Binary files /dev/null and b/public/images/why1.jpg differ diff --git a/public/images/why2.jpg b/public/images/why2.jpg new file mode 100644 index 0000000..7696b78 Binary files /dev/null and b/public/images/why2.jpg differ diff --git a/public/images/why3.jpg b/public/images/why3.jpg new file mode 100644 index 0000000..c8db86e Binary files /dev/null and b/public/images/why3.jpg differ diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 330ade6..9514e00 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -1,5 +1,7 @@ +import ContactFormSection from "@/components/ContactFormSection"; import GoogleReviewBox from "@/components/GoogleReviewBox"; import HomeTopSection from "@/components/homes/HomeTopSection"; +import Image from "next/image"; export default function Home() { return ( @@ -15,8 +17,16 @@ export default function Home() {