From 746a58bb49f538468f35a8639773581021983b8a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 16:11:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 899666d..0293d44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" @@ -167,7 +167,7 @@ export default function LandingPage() { tag="Contact Us" title="Ready to Start Your Project?" description="Reach out today to discuss your requirements with our expert engineering team and get a detailed quote." - buttons={[{ text: "Get My Engineering Quote", href: "mailto:hello@velavaneng.com" }]} + buttons={[{ text: "Contact Support", href: "mailto:hello@velavaneng.com" }]} /> -- 2.49.1