import { Navbar } from "@/components/sections/Navbar"; import { HeroSection } from "@/components/sections/HeroSection"; import { CardsGrid } from "@/components/sections/CardsGrid"; import { PossibilitiesSection } from "@/components/sections/PossibilitiesSection"; import { TinkerSection } from "@/components/sections/TinkerSection"; import { MarqueeStrip } from "@/components/sections/MarqueeStrip"; import { FeaturesSection } from "@/components/sections/FeaturesSection"; import { WOWSection } from "@/components/sections/WOWSection"; import { BenefitsGridSection } from "@/components/sections/BenefitsGridSection"; import { MetricsSection } from "@/components/sections/MetricsSection"; import { HowItWorksSection } from "@/components/sections/HowItWorksSection"; import { TeamSection } from "@/components/sections/about/TeamSection"; import { DeliveryPrinciplesSection } from "@/components/sections/services/DeliveryPrinciplesSection"; import { BlogSection } from "@/components/sections/BlogSection"; import { PartnerLogosSection } from "@/components/shared/PartnerLogosSection"; import { PreFooterCTA } from "@/components/shared/PreFooterCTA"; export default function Home() { return (
); }