import SeoReportGeneratorFAQs from "@/components/Services/SeoReportGenerator/SeoReportGeneratorFAQs";
import SeoReportGeneratorHero from "@/components/Services/SeoReportGenerator/SeoReportGeneratorHero";
import SeoReportGeneratorPricingSection from "@/components/Services/SeoReportGenerator/SeoReportGeneratorPricingSection";
import SeoReportGeneratorTool from "@/components/Services/SeoReportGenerator/SeoReportGeneratorTool";

export const metadata = {
  title:
    "SEO Report Generator: Easy-to-use Tool for Creating Any Report | AURRGANIC",
  description:
    "Create professional SEO reports in minutes. Generate customizable reports with rankings, traffic, backlinks, and performance metrics using AURRGANIC’s SEO report generator.",
};

export default function SeoReportGeneratorPage() {
  return (
    <>
      <SeoReportGeneratorHero />
      <SeoReportGeneratorTool />
      <SeoReportGeneratorPricingSection />
      <SeoReportGeneratorFAQs />
    </>
  );
}
