3 Commits

Author SHA1 Message Date
fc00968d34 Merge version_4 into main
Merge version_4 into main
2026-05-12 23:25:12 +00:00
3709c2b9e2 Update src/app/page.tsx 2026-05-12 23:25:08 +00:00
a136847265 Merge version_3 into main
Merge version_3 into main
2026-05-12 23:23:29 +00:00

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
]}
brandName="Anna's Nail Salon"
button={{
text: "Book Now", href: "tel:+2173556135"}}
text: "Book Now", href: "tel:2173556135"}}
/>
</div>
@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Walk-ins welcome. Appointments honored. Always. Experience elite care in a luxury setting designed for you."
buttons={[
{
text: "Book Your Appointment", href: "tel:+2173556135"},
text: "Book Your Appointment", href: "tel:2173556135"},
]}
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg"
showBlur={true}
@@ -162,9 +162,9 @@ export default function LandingPage() {
text="Ready to Treat Yourself? Join hundreds of loyal clients who say Anna's is the best they've ever had."
buttons={[
{
text: "Call to Book", href: "tel:+2173556135"},
text: "Call to Book", href: "tel:2173556135"},
{
text: "Get Directions", href: "#"},
text: "Get Directions", href: "https://www.google.com/maps/place/905+S+Neil+St,+Champaign,+IL+61820"},
]}
/>
</div>
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}