Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a4b3d99e4 | |||
| d0519599d3 | |||
| fdd01e40d7 |
@@ -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>
|
||||
|
||||
@@ -143,7 +144,7 @@ export default function LandingPage() {
|
||||
{ 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>
|
||||
|
||||
@@ -152,9 +153,10 @@ export default function LandingPage() {
|
||||
logoText="Ultimate Nails"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user