feat: implement device-specific configurations for desktop, tablet, and mobile
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 57s

This commit is contained in:
Daniel S
2026-08-09 12:35:46 +02:00
parent eb4bb601d7
commit b159b061ae
14 changed files with 61 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
{
"siteName": "N&D IT Solutions",
"metaDescription": "High-Performance Webdesign & Digital Solutions - 100% DSGVO-konform.",
"metaDescription": "Webdesign & Digital Solutions",
"hero": {
"badge": "WaaS Enterprise Baukastensystem",
"badge": "WaaS",
"title": "Maßgeschneiderte Webseiten. Digital im Griff.",
"subtitle": "Wir entwickeln blitzschnelle, DSGVO-konforme High-End Webseiten für Ihr Unternehmen zum monatlichen Festpreis inklusive Wartung & Hosting.",
"subtitle": "Wir machen Zeugs",
"ctaPrimaryText": "Projekt anfragen",
"ctaPrimaryLink": "#contact",
"ctaSecondaryText": "Mehr erfahren",
@@ -71,9 +71,9 @@
"address": "Deutschland"
},
"sectionsOrder": [
"hero",
"contact",
"bento",
"contact"
"hero"
],
"sectionsDetails": [
{

View File

@@ -0,0 +1 @@
{}

View File

@@ -1,5 +1,5 @@
{
"activePreset": "sunsetCoral",
"activePreset": "amberGlow",
"customColors": {
"bg": "#0B0F19",
"accent": "#38BDF8"