Contact + Login

This commit is contained in:
cdricms
2025-01-13 13:48:35 +01:00
parent 7813e42e3a
commit 462594b222
13 changed files with 3283 additions and 2505 deletions

View File

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