Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63861864e9 | |||
| e21f55b106 | |||
| dc4ada3a51 | |||
| ccfb220d72 |
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Book Your Stay Now", href: "#contact"},
|
text: "Book Your Stay Now", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "WhatsApp Us", href: "https://wa.me/YOURPHONENUMBER", onClick: () => console.log('WhatsApp clicked'),
|
text: "WhatsApp Us", href: "https://wa.me/+355691234567", onClick: () => console.log('WhatsApp clicked'),
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
@@ -297,7 +297,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Contact Us", href: "#contact"},
|
label: "Contact Us", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "WhatsApp Support", href: "https://wa.me/YOURPHONENUMBER"},
|
label: "WhatsApp Support", href: "https://wa.me/+355691234567"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -315,4 +315,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #f5faff;
|
||||||
--card: #efe7dd;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #001122;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #f5faff;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #001122;
|
||||||
--accent: #94877c;
|
--accent: #a8cce8;
|
||||||
--background-accent: #afa094;
|
--background-accent: #7ba3cf;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user