From 12564b3338742e1597ce646f334c92619c3e4d80 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:17:48 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a28f97f..44e0abc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1408,4 +1408,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 6052838f438c6459f7c546c22d3a4b95c7cfadb7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:17:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6460b64..ef6a811 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1