[yoga-13] add listing component to text-with-image components

This commit is contained in:
Roland Schneider
2025-07-18 16:22:02 +02:00
parent a6e7bb9dab
commit 8fdc59552f
11 changed files with 74 additions and 14 deletions

View File

@@ -30,7 +30,6 @@ export default async function Home() {
feedbacks
} = pageData;
console.info("Home page data", pageData);
return (
<>
{ header && <MainHeaderComponent config={header} common={common} /> }

View File

@@ -110,10 +110,8 @@ export async function GET() {
// 'Uncomment this file and remove this line. You can delete this file when you are finished.',
// });
try {
console.info("get request")
strapiApi.getHomePage();
console.info("begin")
await connectionPool.query(`BEGIN`);
await seedUsers();
await seedCustomers();