diff --git a/app/page.tsx b/app/page.tsx index 6795ce3..7f41fba 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,3 @@ -import Image from "next/image"; import Hero from "../components/Hero"; import HowItWorksSection from "../components/HowItWorksSection"; import UseCasesSection from "../components/UseCasesSection"; diff --git a/components/Hero.tsx b/components/Hero.tsx index 6976601..3ae88d6 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -18,7 +18,7 @@ const CodeWindow: React.FC = () => { {/* Code area */}
- // Moderate Request{"\n"} + {/* Moderate Request */}{"\n"} {`POST /moderate/ Headers: X-API-Key: your-strong-secret-key Body: { @@ -26,7 +26,7 @@ Body: { } `} - // Response{"\n"} + {/* Response */}{"\n"} {`{ "status": true, "result": { @@ -61,7 +61,7 @@ const Hero: React.FC = () => {
- Let's make your rules easy to enforce and policies clear using the Moderato API and AI-powered tools for managing content policies. + Let's make your rules easy to enforce and policies clear using the Moderato API and AI-powered tools for managing content policies.