Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9986cdbfee | |||
| a329f6a758 | |||
| 29b6f27db9 |
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "WhatsApp Enquiry", href: "https://wa.me/919876543210" }
|
||||
{ text: "WhatsApp Enquiry", href: "https://wa.me/918712345678" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -277,7 +277,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Call: +91-9876543210", href: "tel:+919876543210" },
|
||||
{ label: "WhatsApp: Message Us", href: "https://wa.me/919876543210" },
|
||||
{ label: "WhatsApp: Message Us", href: "https://wa.me/918712345678" },
|
||||
{ label: "Email: info@srilakshmi.com", href: "mailto:info@srilakshmi.com" },
|
||||
{ label: "Location: Lakshmidevipeta", href: "#" }
|
||||
]
|
||||
@@ -297,4 +297,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user