4 Commits

Author SHA1 Message Date
d0519599d3 Update src/app/page.tsx 2026-05-15 05:08:46 +00:00
fdd01e40d7 Merge version_3 into main
Merge version_3 into main
2026-05-15 05:02:46 +00:00
b1f31275d6 Update src/app/page.tsx 2026-05-15 05:02:43 +00:00
f5a3e25fed Merge version_2 into main
Merge version_2 into main
2026-05-15 05:00:28 +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>
@@ -94,8 +94,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah L.", handle: "@sarah_nails", testimonial: "The best pedicure massage I've ever had. Truly a peaceful escape." },
{ id: "t2", name: "Michael R.", handle: "@mikepdx", testimonial: "Super clean, quiet, and friendly. My nails last for weeks every time." },
{ id: "t1", name: "Sarah L.", handle: "@sarah_nails", testimonial: "The best pedicure massage I've ever had. Truly a peaceful escape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkLAalTB4MmeBpujvk8iZv3Fme/uploaded-1778821713606-g0vnd9s1.jpg" },
{ id: "t2", name: "Michael R.", handle: "@mikepdx", testimonial: "Super clean, quiet, and friendly. My nails last for weeks every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkLAalTB4MmeBpujvk8iZv3Fme/uploaded-1778821713606-j07ul345.png" },
]}
title="Client Stories"
description="Read how our Portland clients experience the Ultimate Nails difference."
@@ -130,6 +130,7 @@ export default function LandingPage() {
title="Common Questions"
description="Quick answers regarding our amenities and services."
faqsAnimation="slide-up"
className="bg-[url('https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkLAalTB4MmeBpujvk8iZv3Fme/uploaded-1778821713606-ycftxw1m.png')] bg-cover bg-center"
/>
</div>
@@ -137,24 +138,25 @@ 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 },
]}
textarea={{ name: "message", placeholder: "Tell us about the service you need...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/room-interior-with-bed-massage_23-2150461389.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkLAalTB4MmeBpujvk8iZv3Fme/uploaded-1778821713607-0tb54vgc.png"
/>
</div>
<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: "#" }}
className="bg-[url('https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkLAalTB4MmeBpujvk8iZv3Fme/uploaded-1778821713607-z7us9ogh.png')] bg-cover bg-center bg-blend-overlay bg-black/60"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}