diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ecf376..8d832ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,8 +60,9 @@ export default function LandingPage() {
@@ -74,36 +75,35 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Engineering", description: "State-of-the-art systems for long-term scalability.", media: { imageSrc: "http://img.b2bpic.net/free-photo/manufacture-steel-machine-with-control-computer-clear-room_645730-186.jpg", imageAlt: "robotic manufacturing arm" }, + title: "Precision Engineering Systems", description: "Leverage our state-of-the-art automated systems designed for long-term scalability and maximum efficiency in any industrial environment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/manufacture-steel-machine-with-control-computer-clear-room_645730-186.jpg", imageAlt: "robotic manufacturing arm" }, items: [ - { icon: Zap, text: "High speed operation" }, - { icon: Shield, text: "Safety certified" }, - { icon: Award, text: "Industry compliant" }, + { icon: Zap, text: "High speed throughput optimization" }, + { icon: Shield, text: "Global safety and compliance certification" }, + { icon: Award, text: "Industry-leading performance reliability" }, ], reverse: false } ]} - title="Our Engineering Focus" - description="We specialize in high-impact industrial solutions that drive performance." + title="Why Industry Leaders Choose Us" + description="We specialize in high-impact industrial engineering that optimizes costs, increases output, and reduces downtime." + buttons={[{ text: "Talk to an Engineer", href: "#contact" }]} />
@@ -112,22 +112,23 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={["INDUSCORP", "VOLTGRID", "MECHWORKS", "LOGISTIX", "TECHSOLV", "INFRACORE", "GLOBALFLOW"]} - title="Trusted by Leaders" - description="Working with the best in the industry." + title="Trusted by Global Industry Leaders" + description="We provide the reliable foundation upon which the world's most innovative industrial companies build their future." />
@@ -135,12 +136,13 @@ export default function LandingPage() {
@@ -149,8 +151,8 @@ export default function LandingPage() { ); -} \ No newline at end of file +}