"use client"; import Polygons from "@/components/backgrounds/Polygons"; import Footer from "./Footer"; import Header from "./Header"; import Hero from "./Hero"; import OurServices from "./OurServices"; import Testimonials from "./Testimonials"; import WhyUs from "./WhyUs"; export default function Home() { return (