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