11 Commits

Author SHA1 Message Date
45c72f6da5 Merge version_4 into main
Merge version_4 into main
2026-04-27 16:11:32 +00:00
746a58bb49 Update src/app/page.tsx 2026-04-27 16:11:26 +00:00
3314c9283d Merge version_2 into main
Merge version_2 into main
2026-04-27 16:07:10 +00:00
4aa0775df0 Merge version_3 into main
Merge version_3 into main
2026-04-27 16:07:10 +00:00
91fed2379e Update src/app/page.tsx 2026-04-27 16:07:07 +00:00
3128f8c656 Update src/app/page.tsx 2026-04-27 16:07:04 +00:00
67480c6f5a Merge version_1 into main
Merge version_1 into main
2026-04-27 16:06:09 +00:00
f8d6b5db6f Merge version_1 into main
Merge version_1 into main
2026-04-27 16:05:30 +00:00
d16deb8b87 Merge version_1 into main
Merge version_1 into main
2026-04-27 16:01:19 +00:00
5dce2cd52c Merge version_1 into main
Merge version_1 into main
2026-04-27 16:00:38 +00:00
12a3b93336 Merge version_1 into main
Merge version_1 into main
2026-04-27 15:57:47 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroCentered
background={{ variant: "gradient-bars" }}
title="Precision Engineering Solutions for a Modern World"
description="Velavan Engineering Works delivers high-precision manufacturing, industrial design, and structural solutions tailored to your unique specifications."
description="Velavan Engineering Works drives measurable industrial efficiency by delivering high-precision manufacturing, optimized structural design, and custom components that reduce downtime by 20%."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", alt: "portrait professional male engineer" },
{ src: "http://img.b2bpic.net/free-photo/pretty-young-handsome-man-thinking-writing-notes-notebook_285396-1639.jpg", alt: "female project manager portrait" },
@@ -88,13 +88,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Precision Fabrication", description: "High-accuracy metal fabrication and welding solutions for complex industrial components.", bentoComponent: "reveal-icon", icon: Settings
title: "Precision Fabrication", description: "Reduce material waste with our high-accuracy metal fabrication and welding solutions for complex industrial components.", bentoComponent: "reveal-icon", icon: Settings
},
{
title: "Structural Design", description: "Custom engineering plans and structural analysis tailored for heavy-duty industrial applications.", bentoComponent: "reveal-icon", icon: DraftingCompass
title: "Structural Design", description: "Boost structural integrity with custom engineering plans and stress-tested analysis tailored for heavy-duty applications.", bentoComponent: "reveal-icon", icon: DraftingCompass
},
{
title: "CNC Machining", description: "Advanced automated CNC machining for high-volume, repeatable, and precise production runs.", bentoComponent: "reveal-icon", icon: Cpu
title: "CNC Machining", description: "Accelerate production timelines with our advanced automated CNC machining for high-volume, repeatable components.", bentoComponent: "reveal-icon", icon: Cpu
}
]}
title="Our Specialized Engineering Services"
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}