import React from "react"; import Header from "../components/website/Header"; import HeroSection from "../components/website/HeroSection"; import SolutionsSection from "../components/website/SolutionsSection"; import VerticalsSection from "../components/website/VerticalsSection"; import PartnersSection from "../components/website/PartnersSection"; import CaseStudiesSection from "../components/website/CaseStudiesSection"; import TestimonialsSection from "../components/website/TestimonialsSection"; import InsightsSection from "../components/website/InsightsSection"; import ContactSection from "../components/website/ContactSection"; import Footer from "../components/website/Footer"; export default function Home() { return (