"use client" import React from 'react' export default function SidebarComponents({ onAddHero, onAddFAQ, onAddCTA, onAddFeatures, onAddTestimonials, }: { onAddHero: () => void onAddFAQ: () => void onAddCTA: () => void onAddFeatures: () => void onAddTestimonials: () => void }) { return (

Components

) }