enhance: update text content for clarity and warmth across sections
- Revise headings and descriptions in Contact, FinalCta, and Services sections for improved engagement. - Introduce pricing information for services to enhance transparency. - Update site content to reflect a more inviting tone and better align with customer experience.
This commit is contained in:
@@ -5,7 +5,7 @@ import { siteContent } from "@/content/site-content"
|
||||
<section id="kontakt" class="section-v2 contact-v2" aria-labelledby="contact-title">
|
||||
<div class="section-heading-v2">
|
||||
<p class="eyebrow-v2">Kontakt & Anfahrt</p>
|
||||
<h2 id="contact-title">Mitten in Crimmitschau.</h2>
|
||||
<h2 id="contact-title">Mitten in Crimmitschau – wir freuen uns auf Sie.</h2>
|
||||
<p class="contact-note">Der schnellste Weg zum Termin: ein kurzer Anruf.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import { siteContent } from "@/content/site-content"
|
||||
<section class="final-cta-v2" aria-labelledby="final-cta-title">
|
||||
<div class="final-cta-v2__deco" aria-hidden="true"></div>
|
||||
<p class="eyebrow-v2">Bereit für den nächsten Schnitt?</p>
|
||||
<h2 id="final-cta-title">Kurz anrufen, Termin abstimmen, vorbeikommen.</h2>
|
||||
<h2 id="final-cta-title">Kurz anrufen, Termin sichern, sich wohlfühlen.</h2>
|
||||
<div class="final-cta-v2__actions">
|
||||
<a class="button-link-v2 button-link-v2--light" href={siteContent.cta.primary.href}>
|
||||
{siteContent.business.phone.display}
|
||||
|
||||
@@ -6,7 +6,7 @@ import { siteContent } from "@/content/site-content"
|
||||
<div class="section-heading-v2">
|
||||
<p class="eyebrow-v2">Leistungen</p>
|
||||
<h2 id="services-title">Alles, was ein guter Salonbesuch braucht.</h2>
|
||||
<p>Fokus auf das Wesentliche: Ihr Look, Ihr Typ, Ihr Termin. Details und Wünsche besprechen wir am besten kurz am Telefon.</p>
|
||||
<p>Fokus auf das Wesentliche: Ihr Look, Ihr Typ, Ihr Wohlfühlen. Details und Preise besprechen wir am besten kurz am Telefon.</p>
|
||||
</div>
|
||||
|
||||
<div class="services-v2__grid">
|
||||
@@ -16,6 +16,7 @@ import { siteContent } from "@/content/site-content"
|
||||
<span class="service-index-v2">{String(index + 1).padStart(2, "0")}</span>
|
||||
<h3>{service.title}</h3>
|
||||
<p>{service.text}</p>
|
||||
{service.price && <span class="service-price-v2">{service.price}</span>}
|
||||
</article>
|
||||
))
|
||||
}
|
||||
@@ -77,6 +78,13 @@ import { siteContent } from "@/content/site-content"
|
||||
max-width: 36ch;
|
||||
}
|
||||
|
||||
.service-price-v2 {
|
||||
color: var(--v2-muted);
|
||||
font-size: 0.85rem;
|
||||
margin-top: 0.5rem;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
@media (max-width: 820px) {
|
||||
.services-v2__grid {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user