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