Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f56b819655 | |||
| 0f1b4a0858 | |||
| dc9d3ade15 | |||
| fa7386f712 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Websites, die Anfragen bringen. Nicht nur aussehen."
|
title="Websites, die Anfragen bringen. Nicht nur aussehen."
|
||||||
description="Wir entwickeln Websites, Performance-Marketing und digitale Systeme für Betriebe, die in ihrer Branche die Nummer eins werden wollen. Aus einer Hand. Transparent. Messbar."
|
description="Wir generieren planbare Kundenanfragen für lokale Betriebe durch performance-starke Websites und gezielte digitale Systeme. Schluss mit Streuverlusten – messbare Resultate für Ihren unternehmerischen Erfolg."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Kunde 1", handle: "@trust", testimonial: "Exzellente Arbeit!", rating: 5,
|
name: "Kunde 1", handle: "@trust", testimonial: "Exzellente Arbeit!", rating: 5,
|
||||||
@@ -144,9 +144,13 @@ export default function LandingPage() {
|
|||||||
<div id="projekte" data-section="projekte">
|
<div id="projekte" data-section="projekte">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Portfolio ansehen", href: "#projekte"}
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Lucky 13 Ink", price: "Webseite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=4"},
|
id: "1", name: "Lucky 13 Ink", price: "Webseite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=4"},
|
||||||
@@ -286,4 +290,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user