fix:cvevolve link+seo+sm links

This commit is contained in:
Lebohang-OMSAfrica
2025-09-04 15:39:37 +02:00
parent 98f581b348
commit 0530c9c943
10 changed files with 102 additions and 3 deletions

View File

@ -14,6 +14,7 @@ import FeaturedProductSection, {
} from "./_components/FeaturedProductSection";
import { getHome } from "@/lib/query/home";
export default async function HomePage() {
// Explicitly type the data variable, assuming getHome returns HeroSectionType or null/undefined
const data = await getHome();