4 Commits

Author SHA1 Message Date
9232a8b100 Merge version_3 into main
Merge version_3 into main
2026-03-06 16:22:36 +00:00
eaa6da9777 Update src/app/page.tsx 2026-03-06 16:22:32 +00:00
3c18898ee2 Update src/app/layout.tsx 2026-03-06 16:22:31 +00:00
d8e8e10ade Merge version_2 into main
Merge version_2 into main
2026-03-06 16:20:22 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -44,8 +44,8 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroSplit
title="Engineering the Flow of Modern Infrastructure."
description="Reduce project delays and costs with ISO-certified pipes trusted by 500+ infrastructure projects. High-performance piping solutions engineered for reliability across Karnataka's construction, irrigation, and industrial sectors."
title="Cut Infrastructure Costs by 30%"
description="Reduce project delays and costs with high-performance piping solutions trusted by 500+ infrastructure projects. ISO-certified pipes engineered for reliability across Karnataka's construction, irrigation, and industrial sectors."
background={{ variant: "plain" }}
tag="Industrial Authority"
buttons={[
@@ -223,4 +223,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}