fixing features conflicts

This commit is contained in:
gom-by
2025-01-13 14:00:27 +01:00
12 changed files with 3300 additions and 2503 deletions

View File

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