7 Commits

Author SHA1 Message Date
8d1200d850 Update src/app/page.tsx 2026-03-03 06:20:44 +00:00
59f816890f Merge version_2 into main
Merge version_2 into main
2026-03-03 06:17:53 +00:00
6052838f43 Update src/app/page.tsx 2026-03-03 06:17:49 +00:00
12564b3338 Update src/app/layout.tsx 2026-03-03 06:17:48 +00:00
c25829a208 Merge version_1 into main
Merge version_1 into main
2026-03-03 06:01:09 +00:00
960f16742d Merge version_1 into main
Merge version_1 into main
2026-03-03 05:59:43 +00:00
bf74b0fb90 Merge version_1 into main
Merge version_1 into main
2026-03-03 05:58:12 +00:00
2 changed files with 8 additions and 5 deletions

View File

@@ -1408,4 +1408,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -61,7 +61,10 @@ export default function LandingPage() {
title="Crafting Legacy Through Design"
description={[
"Tahasildar Construction represents three decades of architectural excellence, blending sustainable practices with timeless design principles. We believe every structure tells a story of precision, integrity, and deep respect for the natural environment.", "Our approach combines premium materials, masterful craftsmanship, and innovative engineering. Each project reflects our commitment to creating spaces that endure—architecturally sound, environmentally conscious, and visually refined.", "From residential sanctuaries to commercial landmarks, we transform visions into built realities that inspire and sustain."]}
buttons={[{ text: "Explore Our Philosophy", href: "#" }]}
buttons={[
{ text: "Explore Our Philosophy", href: "#" },
{ text: "View Our Projects", href: "projects" }
]}
useInvertedBackground={false}
showBorder={true}
/>
@@ -143,9 +146,9 @@ export default function LandingPage() {
tag="Ready to Build"
tagIcon={Building2}
title="Let's Create Your Vision"
description="Whether you're envisioning a residential sanctuary, commercial landmark, or transformative public space, our team is prepared to bring your most ambitious architectural dreams to life with precision and excellence."
description="Whether you're envisioning a residential sanctuary, commercial landmark, or transformative public space, our team is prepared to bring your most ambitious architectural dreams to life with precision and excellence. Get a custom proposal within 48 hours."
buttons={[
{ text: "Schedule Consultation", href: "#" },
{ text: "Start Your Project", href: "#" },
{ text: "View Our Process", href: "#" },
]}
background={{ variant: "plain" }}
@@ -167,4 +170,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}