Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:36:52 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
text: "Kostenlose Erstberatung anfragen", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg?_wi=1"
imageAlt="IT-Techniker unterstützt Unternehmen"
mediaAnimation="slide-up"
imagePosition="right"
@@ -97,40 +97,40 @@ export default function LandingPage() {
title: "IT Support & Helpdesk", description:
"Schnelle Hilfe bei IT-Problemen. Remote-Support oder Vor-Ort-Einsatz. Troubleshooting und schnelle Lösungen für Ihre Mitarbeiter.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/server-hub-technicians-identify-hardware-issues-with-predictive-machine-learning_482257-130543.jpg"},
"http://img.b2bpic.net/free-photo/server-hub-technicians-identify-hardware-issues-with-predictive-machine-learning_482257-130543.jpg?_wi=1"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/server-hub-technicians-identify-hardware-issues-with-predictive-machine-learning_482257-130543.jpg"},
"http://img.b2bpic.net/free-photo/server-hub-technicians-identify-hardware-issues-with-predictive-machine-learning_482257-130543.jpg?_wi=2"},
},
{
id: 2,
title: "Managed IT Services", description:
"Professionelle IT-Betreuung rund um die Uhr. Monitoring, Updates, Sicherheit und Wartung alles aus einer Hand.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg"},
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg?_wi=1"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg"},
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg?_wi=2"},
},
{
id: 3,
title: "Netzwerk & Infrastruktur", description:
"Planung und Setup von Büronetzwerken. VPN, Server, Sicherheit. Stabile und sichere IT-Infrastruktur für Ihr Unternehmen.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg"},
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg?_wi=3"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg"},
"http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg?_wi=4"},
},
{
id: 4,
title: "IT Consulting & Strategie", description:
"Digitalisierung und IT-Strategie für Ihr Unternehmen. Von der Planung bis zur Umsetzung wir begleiten Sie.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/focused-workaholic-african-american-businesswoman-showing-financial-graphs-tablet_482257-13953.jpg"},
"http://img.b2bpic.net/free-photo/focused-workaholic-african-american-businesswoman-showing-financial-graphs-tablet_482257-13953.jpg?_wi=1"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/focused-workaholic-african-american-businesswoman-showing-financial-graphs-tablet_482257-13953.jpg"},
"http://img.b2bpic.net/free-photo/focused-workaholic-african-american-businesswoman-showing-financial-graphs-tablet_482257-13953.jpg?_wi=2"},
},
]}
showStepNumbers={true}
@@ -147,16 +147,16 @@ export default function LandingPage() {
products={[
{
id: "1", name: "Langjährige Erfahrung", price: "15+ Jahre", imageSrc:
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg", imageAlt: "Erfahrene IT-Profis"},
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg?_wi=2", imageAlt: "Erfahrene IT-Profis"},
{
id: "2", name: "Schnelle Reaktionszeit", price: "24/7 Support", imageSrc:
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg", imageAlt: "Schneller Support"},
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg?_wi=3", imageAlt: "Schneller Support"},
{
id: "3", name: "Persönliche Ansprechpartner", price: "Direkter Kontakt", imageSrc:
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg", imageAlt: "Persönlicher Support"},
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg?_wi=4", imageAlt: "Persönlicher Support"},
{
id: "4", name: "Lokaler IT-Partner", price: "Vor Ort in Berlin", imageSrc:
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg", imageAlt: "Berlin basiert"},
"http://img.b2bpic.net/free-photo/young-male-web-designers-working-computer_1303-19453.jpg?_wi=5", imageAlt: "Berlin basiert"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"