Update src/app/leistungen/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function LeistungenPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Leistungen", id: "/leistungen" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="Agenturname"
|
||||
button={{ text: "Kontakt", href: "/kontakt" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,9 +40,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Leistungen für Ihren Betrieb"
|
||||
description={[
|
||||
"Wir bieten transparente Pakete ohne versteckte Kosten. Unser Fokus liegt darauf, Sie online sichtbar zu machen, während Sie sich auf Ihre Handwerkskunst oder Ihren Service konzentrieren.",
|
||||
"Vom ersten Logo-Entwurf bis hin zur technischen SEO-Optimierung – wir begleiten Sie auf Augenhöhe.",
|
||||
]}
|
||||
"Wir bieten transparente Pakete ohne versteckte Kosten. Unser Fokus liegt darauf, Sie online sichtbar zu machen, während Sie sich auf Ihre Handwerkskunst oder Ihren Service konzentrieren.", "Vom ersten Logo-Entwurf bis hin zur technischen SEO-Optimierung – wir begleiten Sie auf Augenhöhe."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,28 +52,8 @@ export default function LandingPage() {
|
||||
title="Was wir für Sie tun"
|
||||
description="Unsere Leistungen im Überblick"
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Responsive Design",
|
||||
author: "Technik",
|
||||
description: "Ihre Seite sieht auf dem Smartphone genauso toll aus wie am PC.",
|
||||
tags: [
|
||||
"Modern",
|
||||
"Mobil",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-124137.jpg",
|
||||
},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Google Präsenz",
|
||||
author: "Sichtbarkeit",
|
||||
description: "Wir stellen sicher, dass Kunden Sie in Ihrer Region schnell finden.",
|
||||
tags: [
|
||||
"Lokal",
|
||||
"SEO",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128554.jpg",
|
||||
},
|
||||
{ id: "feat-1", title: "Responsive Design", author: "Technik", description: "Ihre Seite sieht auf dem Smartphone genauso toll aus wie am PC.", tags: ["Modern", "Mobil"], imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-124137.jpg" },
|
||||
{ id: "feat-2", title: "Google Präsenz", author: "Sichtbarkeit", description: "Wir stellen sicher, dass Kunden Sie in Ihrer Region schnell finden.", tags: ["Lokal", "SEO"], imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128554.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,30 +61,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "/kontakt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "/impressum",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "/datenschutz",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Über uns", href: "/ueber-uns" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||
{ items: [{ label: "Impressum", href: "/impressum" }, { label: "Datenschutz", href: "/datenschutz" }] },
|
||||
]}
|
||||
logoText="David & Partnername"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user