From c45e32ff98accdaad3cfa8f80d2b69e1f78f54f3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:39:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fefa24..6d670c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,6 +109,9 @@ export default function LandingPage() { title="Two Decades of Excellence" description={[ "Founded on the principles of integrity and architectural innovation, Skyrise Construction has become a synonymous name for luxury and reliability in the Indian real estate sector.", "With 20 years of proven expertise, we bridge the gap between imagination and reality, delivering iconic structures that stand the test of time."]} + buttons={[ + { text: "Start Your Project", href: "#contact" } + ]} /> @@ -224,6 +227,8 @@ export default function LandingPage() { name: "name", type: "text", placeholder: "Your Name"}, { name: "email", type: "email", placeholder: "Your Email"}, + { + name: "phone", type: "tel", placeholder: "Your Phone Number"}, ]} textarea={{ name: "message", placeholder: "Describe your project vision..."}}