import AiOverviewPricingSection from "@/components/Services/AiOverviews/AiOverviewPricingSection";
import AiOverviewsFAQs from "@/components/Services/AiOverviews/AiOverviewsFAQs";
import AiOverviewsHero from "@/components/Services/AiOverviews/AiOverviewsHero";
import WhatIsAiOverviews from "@/components/Services/AiOverviews/WhatIsAiOverviews";

export const metadata = {
  title:
    "AI Overviews Tracker: Advanced Analytics for GenAI Search | AURRGANIC",
  description:
    "Track and analyze your presence in Google AI Overviews and other generative search results. Monitor visibility, prompts, and trends to optimize your brand for AI-driven search with AURRGANIC.",
};

export default function AiOverviewsPage() {
  return (
    <>
      <AiOverviewsHero />
      <WhatIsAiOverviews />
      <AiOverviewPricingSection />
      <AiOverviewsFAQs />
    </>
  );
}
