Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-13 02:01:51 +00:00

View File

@@ -151,8 +151,8 @@ export default function LandingPage() {
<ContactText
text="Ready to Grow? Let's Talk!"
buttons={[
{ text: "Call Us Now", href: "tel:+919999999999" },
{ text: "Send Us a Message", href: "mailto:info@growmore.com" }
{ text: "Call Us Now", href: "tel:+918448775411" },
{ text: "Send Us a Message", href: "mailto:growmoreenquiries@gmail.com" }
]}
background={{ variant: "plain" }}
useInvertedBackground={true}
@@ -166,10 +166,10 @@ export default function LandingPage() {
columns={[
{ items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "About Us", href: "#about" }] },
{ items: [{ label: "Testimonials", href: "#testimonials" }, { label: "Blog", href: "#blog" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "B-!46, Sector 2 Dwarka, Madhu Vihar, Dwarka, Delhi, 110059", href: "https://www.google.com/maps/search/B-!46,+Sector+2+Dwarka,+Madhu+Vihar,+Dwarka,+Delhi,+110059" }, { label: "+91 9999999999", href: "tel:+919999999999" }, { label: "info@growmore.com", href: "mailto:info@growmore.com" }] }
{ items: [{ label: "B-!46, Sector 2 Dwarka, Madhu Vihar, Dwarka, Delhi, 110059", href: "https://www.google.com/maps/search/B-!46,+Sector+2+Dwarka,+Madhu+Vihar,+Dwarka,+Delhi,+110059" }, { label: "+91 8448775411", href: "tel:+918448775411" }, { label: "growmoreenquiries@gmail.com", href: "mailto:growmoreenquiries@gmail.com" }] }
]}
/>
</div>
</ThemeProvider>
);
}
}