import { MarketingLayout } from "@/layouts/MarketingLayout";
import { HeroSection } from "@/sections/HeroSection";
import { ServicesSection } from "@/sections/ServicesSection";
import { ShowcaseSection } from "@/sections/ShowcaseSection";
import { TeamSection } from "@/sections/TeamSection";
import { AboutTechnologiesSection } from "@/sections/about/AboutTechnologiesSection";
import { SoftwareHouseSection } from "@/sections/SoftwareHouseSection";
import { ProcessSection } from "@/sections/ProcessSection";
import { DifferentiatorsSection } from "@/sections/DifferentiatorsSection";
import { PricingSection } from "@/sections/PricingSection";
import { TestimonialsSection } from "@/sections/TestimonialsSection";
import { HostingBannerSection } from "@/sections/HostingBannerSection";
import { SupportPremiumSection } from "@/sections/SupportPremiumSection";

export default function HomePage() {
  return (
    <MarketingLayout>
      <HeroSection />
      <ServicesSection />
      <ShowcaseSection />
      <TeamSection />
      <AboutTechnologiesSection />
      <SoftwareHouseSection />
      <ProcessSection />
      <DifferentiatorsSection />
      <PricingSection catalog="planejamento-app" />
      <TestimonialsSection />
      <HostingBannerSection />
      <SupportPremiumSection />
    </MarketingLayout>
  );
}
