SEO blogpost
This commit is contained in:
@@ -4,6 +4,7 @@ import { ChevronDown } from "lucide-react";
|
||||
import Nav from "@/components/nav";
|
||||
import Footer from "@/components/footer";
|
||||
import RelatedTools from "@/components/related-tools";
|
||||
import RelatedGuides from "@/components/related-guides";
|
||||
|
||||
export type FaqItem = {
|
||||
q: string;
|
||||
@@ -172,6 +173,8 @@ export default function SubpageLayout({
|
||||
</h2>
|
||||
<RelatedTools current={toolSlug} />
|
||||
</article>
|
||||
|
||||
<RelatedGuides toolSlug={toolSlug} />
|
||||
</div>
|
||||
|
||||
{/* Right Column: FAQ Accordion */}
|
||||
|
||||
Reference in New Issue
Block a user