Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f6ad178ed | |||
| 3b34f08395 | |||
| 901567b818 | |||
| f25a2258b5 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Book a Visit", href: "#contact"},
|
text: "Book a Visit", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "Check Availability", href: "#rooms"},
|
text: "View Rooms", href: "#rooms"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-black-evening-dress-with-glass-wine-tropical-balcony_343596-3760.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-black-evening-dress-with-glass-wine-tropical-balcony_343596-3760.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -223,6 +223,8 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call +91 99999 99999", href: "tel:+919999999999"},
|
text: "Call +91 99999 99999", href: "tel:+919999999999"},
|
||||||
|
{
|
||||||
|
text: "WhatsApp Inquiry", href: "https://wa.me/919999999999"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user