Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c41646a26 | |||
| 0431c67bd7 | |||
| 07dbeaadbe | |||
| ee5b49151d |
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
@@ -117,6 +117,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "3", value: "Komplett", description: "Alles aus einer Hand in Köln"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Jetzt anfragen", href: "#kontakt" }
|
||||
]}
|
||||
title="Warum DDM.JTT?"
|
||||
description="Handwerk, auf das Sie sich verlassen können."
|
||||
/>
|
||||
@@ -181,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user