Merge version_4 into main #4
@@ -52,7 +52,10 @@ export default function LandingPage() {
|
||||
{ value: "5k+", label: "Happy Guests" },
|
||||
{ value: "4.9", label: "Rating" }
|
||||
]}
|
||||
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||
buttons={[
|
||||
{ text: "Call: +91 99999 99999", href: "tel:+919999999999" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/919999999999" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,4 +147,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user