diff --git a/src/pages/index.astro b/src/pages/index.astro index ec7921b..f03231e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -153,7 +153,7 @@ const services = [
Online buchen

Termin buchen – rund um die Uhr

-

In drei Schritten zur Anfrage. Sie landet direkt im Salon – bestätigt wird wie gewohnt, die Erinnerung läuft automatisch.

+

In drei Schritten zum Termin. Im Live-System öffnet der Button eure e-cut Online-Buchung – der Termin landet direkt im e-cut-Kalender, ganz ohne Systemwechsel.

@@ -188,7 +188,7 @@ const services = [
-

Demo-Ablauf · echte Buchung self-hosted (Cal.com) + WhatsApp-Bestätigung

+

Demo-Ablauf · im Live-System angebunden an eure e-cut Online-Buchung (Termine direkt im e-cut-Kalender)

diff --git a/src/pages/treuekarte.astro b/src/pages/treuekarte.astro index bcab667..aeabcc4 100644 --- a/src/pages/treuekarte.astro +++ b/src/pages/treuekarte.astro @@ -17,7 +17,7 @@ import Base from "../layouts/Base.astro";
-
Friseur-Team VKFriseur-Team VKTostedtTreuekarte
+
Friseur-Team VKTostedtTreuekarte
Ihre Stempel
Jeder 10. Schnitt – Pflege gratis 🎁
diff --git a/src/styles/site.css b/src/styles/site.css index c420083..5f4fb0a 100644 --- a/src/styles/site.css +++ b/src/styles/site.css @@ -218,10 +218,6 @@ img{display:block;max-width:100%} .toast.show{transform:translateX(-50%) translateY(0)} @media(max-width:900px){ - .topbar .inner{flex-direction:column;gap:4px;padding:8px 20px;text-align:center;font-size:12px} - .topbar .right{flex-wrap:wrap;justify-content:center;gap:10px} - .container{padding:0 20px} - .header .inner{padding:12px 20px} .nav{display:none} .hero .grid,.split,.split.rev,.wallet-grid,.lp-hero .grid{grid-template-columns:1fr} .infostrip .grid{grid-template-columns:1fr} @@ -234,15 +230,3 @@ img{display:block;max-width:100%} .opt-grid,.slots{grid-template-columns:1fr 1fr} .header-cta .tel{display:none} } - -@media(max-width:480px){ - .topbar .inner{font-size:11px;padding:6px 16px} - .container{padding:0 18px} - .header .inner{padding:10px 16px;gap:12px} - .hero h1{font-size:clamp(32px,8vw,48px)} - .split h2{font-size:clamp(26px,6vw,36px)} - .head-center h2{font-size:clamp(26px,6vw,36px)} - .svc-grid{grid-template-columns:1fr} - .section{padding:clamp(40px,8vw,80px) 0} - .scard .body{padding:24px 20px 22px} -}