import Navbar from "@/components/navbar" import MainHero from "@/components/main-hero" import HeroSection from "@/components/hero-section" import Testimonials from "@/components/testimonials" import OurOfferings from "@/components/our-offerings" import TrustedBy from "@/components/trusted-by" import Footer from "@/components/footer" export default function Home() { return ( <>
{/* This is the 'Why SFS' section */}
) }