2 Commits

Author SHA1 Message Date
a329f6a758 Update src/app/page.tsx 2026-03-06 07:27:51 +00:00
29b6f27db9 Merge version_2 into main
Merge version_2 into main
2026-03-06 07:23:47 +00:00

View File

@@ -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>
);
}
}