refactor: combine 3bear cta section into dynamic cta section

This commit is contained in:
Nam Doan
2025-12-19 10:10:57 +07:00
parent 7afffb3f99
commit a2e5b56eb8
7 changed files with 50 additions and 69 deletions
+4 -1
View File
@@ -23,11 +23,14 @@ export default async function Home(props: {
const { collections } = await listCollections({
fields: "id, handle, title",
})
const res = await listCollections({
fields: "id, handle, title",
})
if (!collections || !region) {
return null
}
console.log(res, '--------------')
return (
<>
{/* <Hero /> */}