Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3709c2b9e2 | |||
| a136847265 | |||
| 21593f9531 | |||
| 90eed242de |
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="Anna's Nail Salon"
|
brandName="Anna's Nail Salon"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now", href: "#booking"}}
|
text: "Book Now", href: "tel:2173556135"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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."
|
description="Walk-ins welcome. Appointments honored. Always. Experience elite care in a luxury setting designed for you."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Appointment", href: "#booking"},
|
text: "Book Your Appointment", href: "tel:2173556135"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user