|
|
|
|
@@ -10,20 +10,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
|
|
|
|
import { Sparkles, Briefcase, Zap, Mail, Code, Rocket, CheckCircle } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
const handleScrollToPortfolio = () => {
|
|
|
|
|
const element = document.getElementById('portfolio');
|
|
|
|
|
if (element) {
|
|
|
|
|
element.scrollIntoView({ behavior: 'smooth' });
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const handleScrollToContact = () => {
|
|
|
|
|
const element = document.getElementById('contact');
|
|
|
|
|
if (element) {
|
|
|
|
|
element.scrollIntoView({ behavior: 'smooth' });
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="expand-hover"
|
|
|
|
|
@@ -47,7 +33,7 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Kontakt", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="Webdesigner"
|
|
|
|
|
bottomRightText="peteralexanderfriis696@gmail.com"
|
|
|
|
|
bottomRightText="friisp@gmail.com"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -60,8 +46,8 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Meine Arbeiten ansehen", onClick: handleScrollToPortfolio },
|
|
|
|
|
{ text: "Erste Schritte", onClick: handleScrollToContact }
|
|
|
|
|
{ text: "Meine Arbeiten ansehen", href: "#portfolio" },
|
|
|
|
|
{ text: "Erste Schritte", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
carouselItems={[
|
|
|
|
|
@@ -182,7 +168,7 @@ export default function LandingPage() {
|
|
|
|
|
title="Bereit, Ihre Online-Präsenz zu verbessern?"
|
|
|
|
|
description="Lassen Sie uns zusammenarbeiten, um eine Website zu schaffen, die nicht nur atemberaubend aussieht, sondern auch Ergebnisse liefert. Ich freue mich darauf, Ihre Vision zum Leben zu erwecken."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Kontaktieren Sie mich", href: "mailto:peteralexanderfriis696@gmail.com" },
|
|
|
|
|
{ text: "Kontaktieren Sie mich", href: "mailto:friisp@gmail.com" },
|
|
|
|
|
{ text: "Anrufen: +49 179 2355413", href: "tel:+49176611696541" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -197,14 +183,14 @@ export default function LandingPage() {
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Arbeiten", href: "portfolio" },
|
|
|
|
|
{ label: "Dienstleistungen", href: "services" },
|
|
|
|
|
{ label: "Bereitstellung", href: "deployment" }
|
|
|
|
|
{ label: "Arbeiten", href: "#portfolio" },
|
|
|
|
|
{ label: "Dienstleistungen", href: "#services" },
|
|
|
|
|
{ label: "Bereitstellung", href: "#deployment" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "E-Mail", href: "mailto:peteralexanderfriis696@gmail.com" },
|
|
|
|
|
{ label: "E-Mail", href: "mailto:friisp@gmail.com" },
|
|
|
|
|
{ label: "Telefon", href: "tel:+49176611696541" },
|
|
|
|
|
{ label: "LinkedIn", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
@@ -221,4 +207,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|