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