Merge version_2 into main #4
@@ -1408,4 +1408,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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}
|
||||
/>
|
||||
@@ -167,4 +170,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user