Redesign About, Leistungen, and KontaktForm components: implement motion effects, improve layout and responsiveness, enhance styling, and add new content placeholders.
This commit is contained in:
@@ -4,12 +4,12 @@ import About from "@/components/About";
|
||||
import KontaktForm from "@/components/KontaktForm";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<main>
|
||||
<Hero />
|
||||
<Leistungen />
|
||||
<About />
|
||||
<KontaktForm />
|
||||
</main>
|
||||
);
|
||||
return (
|
||||
<main>
|
||||
<Hero/>
|
||||
<About/>
|
||||
<Leistungen/>
|
||||
<KontaktForm/>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user