Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-15 05:02:46 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Ultimate Nails"
description="Relax. Glow. Feel Beautiful. Experience peaceful luxury and expert nail care in the heart of Portland."
description="Relax. Glow. Feel Beautiful. Experience peaceful luxury and expert nail care at 18305 NW West Union Rd # B, Portland, OR 97229. Open from 10 AM."
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "View Services", href: "#services" },
@@ -84,7 +84,7 @@ export default function LandingPage() {
{ id: "s3", name: "Artistic Nail Art", price: "$20+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-463.jpg" },
]}
title="Signature Services"
description="Onsite professional nail care, including appointments and walk-in availability."
description="Onsite professional nail care, including appointments and walk-in availability. Call us: (503) 617-4700."
/>
</div>
@@ -137,7 +137,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Book Your Glow"
description="We are ready to welcome you. Send us a note to inquire about appointments or special services."
description="Ultimate Nails: 18305 NW West Union Rd # B, Portland, OR 97229. Phone: (503) 617-4700. Open from 10 AM daily."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
@@ -150,7 +150,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Ultimate Nails"
leftLink={{ text: "Portland, OR", href: "#" }}
leftLink={{ text: "(503) 617-4700", href: "tel:5036174700" }}
rightLink={{ text: "© 2025 Ultimate Nails", href: "#" }}
/>
</div>