3 Commits

Author SHA1 Message Date
d681dfe101 Merge version_2 into main
Merge version_2 into main
2026-06-13 02:01:51 +00:00
d7bf732ca4 Update src/app/page.tsx 2026-06-13 02:01:48 +00:00
e4e0d6799e Merge version_1 into main
Merge version_1 into main
2026-06-13 01:58:33 +00:00

View File

@@ -151,8 +151,8 @@ export default function LandingPage() {
<ContactText <ContactText
text="Ready to Grow? Let's Talk!" text="Ready to Grow? Let's Talk!"
buttons={[ buttons={[
{ text: "Call Us Now", href: "tel:+919999999999" }, { text: "Call Us Now", href: "tel:+918448775411" },
{ text: "Send Us a Message", href: "mailto:info@growmore.com" } { text: "Send Us a Message", href: "mailto:growmoreenquiries@gmail.com" }
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={true} useInvertedBackground={true}
@@ -166,10 +166,10 @@ export default function LandingPage() {
columns={[ columns={[
{ items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "About Us", href: "#about" }] }, { 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: "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> </div>
</ThemeProvider> </ThemeProvider>
); );
} }