blog items mock-up components

This commit is contained in:
gom-by
2025-01-14 10:54:34 +01:00
parent eedc4fb3be
commit f833001b94
7 changed files with 188 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
"use server";
import Features, { FeatureItem } from "@/components/features";
import Gallery6 from "@/components/gallery";
import Gallery from "@/components/gallery";
import Hero from "@/components/hero";
export default async function Home() {
@@ -108,8 +108,8 @@ export default async function Home() {
</ul>
</FeatureItem>
</Features>
<Gallery6 />
<Gallery6 />
<Gallery />
<Gallery />
</div>
</main>
);