Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user