Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 422f160cac | |||
| 88e6553f1e | |||
| e0b5ec23f5 | |||
| cf380b2e2f | |||
| 8be117a084 | |||
| 176576136b | |||
| 3122d98301 | |||
| 10e0e21775 | |||
| f316cef86b | |||
| d25a028500 | |||
| e3dc8dc3d9 |
@@ -30,6 +30,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Digital Plus"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2xouygo2UlxsLhJEsISFHjP4p/uploaded-1778596708994-jgfehgpm.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +48,9 @@ export default function ContactPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Agentur", items: [{ label: "Home", href: "/" }] },
|
||||
{ title: "Kontakt", items: [{ label: "Riedstrasse 8, 8953 Dietikon", href: "#" }, { label: "058 510 88 30", href: "tel:0585108830" }] },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2xouygo2UlxsLhJEsISFHjP4p/uploaded-1778596708994-jgfehgpm.png"
|
||||
logoText="Digital Plus GmbH"
|
||||
copyrightText="© 2026 | Digital Plus GmbH"
|
||||
/>
|
||||
|
||||
@@ -36,6 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Digital Plus"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2xouygo2UlxsLhJEsISFHjP4p/uploaded-1778596708994-jgfehgpm.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,6 +149,8 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "1", title: "Wo ist Digital Plus GmbH ansässig?", content: "Unser Studio befindet sich mitten in Dietikon, zentral in der Region Zürich." },
|
||||
{ id: "2", title: "Bieten Sie auch Wartung an?", content: "Ja, wir bieten umfassende Support- und Wartungspakete für alle unsere Projekte an." },
|
||||
{ id: "3", title: "Wie arbeiten Sie?", content: "Wir arbeiten Projekt zu Projekt." },
|
||||
{ id: "4", title: "Wem gehört die Webseite?", content: "Jede webseite gehört Ihnen dennoch können sie uns bei fragen kontaktieren" },
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Hier finden Sie Antworten auf die wichtigsten Fragen zur Zusammenarbeit."
|
||||
@@ -160,7 +163,9 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Agentur", items: [{ label: "Über uns", href: "#about" }, { label: "Karriere", href: "#" }] },
|
||||
{ title: "Leistungen", items: [{ label: "Webdesign", href: "#features" }, { label: "Marketing", href: "#features" }] },
|
||||
{ title: "Kontakt", items: [{ label: "Riedstrasse 8, 8953 Dietikon", href: "#" }, { label: "058 510 88 30", href: "tel:0585108830" }] },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2xouygo2UlxsLhJEsISFHjP4p/uploaded-1778596708994-jgfehgpm.png"
|
||||
logoText="Digital Plus GmbH"
|
||||
copyrightText="© 2026 | Digital Plus GmbH"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user