import KeywordToolFAQs from "@/components/Services/KeywordTool/KeywordToolFAQs";
import KeywordToolFeatures from "@/components/Services/KeywordTool/KeywordToolFeatures";
import KeywordToolHero from "@/components/Services/KeywordTool/KeywordToolHero";
import KeywordToolPricingSection from "@/components/Services/KeywordTool/KeywordToolPricingSection";

export const metadata = {
  title: "Keyword Tool: Keyword Suggestions for SEO and PPC | AURRGANIC",
  description:
    "Discover keyword ideas for SEO and PPC campaigns. Find search volume, competition, and keyword difficulty to build a strong strategy with AURRGANIC’s keyword tool.",
};

export default function KeywordToolPage() {
  return (
    <>
      <KeywordToolHero />
      <KeywordToolFeatures />
      <KeywordToolPricingSection />
      <KeywordToolFAQs />
    </>
  );
}
