7 Commits

Author SHA1 Message Date
7d3de6918c Switch to version 2: modified src/app/styles/variables.css 2026-06-07 21:00:57 +00:00
21ac3f453b Merge version_3 into main
Merge version_3 into main
2026-06-07 21:00:50 +00:00
63861864e9 Update theme colors 2026-06-07 21:00:47 +00:00
a89ca1fb52 Merge version_2 into main
Merge version_2 into main
2026-06-07 10:24:08 +00:00
e21f55b106 Update src/app/page.tsx 2026-06-07 10:24:05 +00:00
dc4ada3a51 Merge version_1 into main
Merge version_1 into main
2026-06-07 10:15:08 +00:00
ccfb220d72 Merge version_1 into main
Merge version_1 into main
2026-06-07 10:14:05 +00:00

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
{
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"
@@ -297,7 +297,7 @@ export default function LandingPage() {
{
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>
</ThemeProvider>
);
}
}