feat: enhance hero section title hierarchy
Main title "Dahlia B. Steinberg, RMT" now larger and at top. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
1c99ab7ca2
commit
0a0236f5dd
|
|
@ -18,9 +18,9 @@ export default function AboutClient() {
|
|||
{/* Hero Section */}
|
||||
<section className="page-hero">
|
||||
<div className="container">
|
||||
<span className="badge">About Dahlia</span>
|
||||
<h1>Dahlia B. Steinberg, RMT</h1>
|
||||
<h1 style={{ fontSize: "3.5rem", marginBottom: "1rem" }}>Dahlia B. Steinberg, RMT</h1>
|
||||
<p className="hero-subtitle">Founder and Owner of Ebb'nFlow Therapeutics</p>
|
||||
<span className="badge">About Dahlia</span>
|
||||
<p className="hero-description">
|
||||
A lifelong interest in movement and the healing arts is the foundation of her practice as a massage
|
||||
therapist, laser therapist, and movement educator.
|
||||
|
|
@ -204,15 +204,7 @@ export default function AboutClient() {
|
|||
What to Expect
|
||||
</Link>
|
||||
</div>
|
||||
<div className="rmt-badge">
|
||||
<Image
|
||||
src="/images/rmt-certification.png"
|
||||
alt="Registered Massage Therapist - Professional Hands You Can Trust"
|
||||
width={200}
|
||||
height={100}
|
||||
style={{ maxWidth: "200px", height: "auto" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ export default function ContactClient() {
|
|||
{/* Hero Section */}
|
||||
<section className="page-hero">
|
||||
<div className="container">
|
||||
<h1 style={{ fontSize: "3.5rem", marginBottom: "1rem" }}>Contact Us</h1>
|
||||
<span className="badge">Get in Touch</span>
|
||||
<h1>Contact Us</h1>
|
||||
<p className="hero-subtitle">"A place to unwind, a place to heal, a place to grow"</p>
|
||||
|
||||
<p className="hero-description">
|
||||
Ready to experience boutique wellness? Let's chat about creating your personalized sanctuary for
|
||||
healing and self-care.
|
||||
|
|
@ -69,7 +69,7 @@ export default function ContactClient() {
|
|||
Have questions or want to book an appointment? Send us an email and we'll get back to you within 24
|
||||
hours.
|
||||
</p>
|
||||
<a href="mailto:info@ebbnflowtherapeutics.com" className="email-link">
|
||||
<a href="mailto:info@ebbnflowtherapeutics.com" className="email-link italic">
|
||||
info@ebbnflowtherapeutics.com
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue