From e6bf830b2c08ad6df69ae2494955d00810370d90 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:39:40 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c53219a..c66e60c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Mulish } from "next/font/google"; export const metadata: Metadata = { - title: 'SteelStructure | Professional Metal Architecture & Construction', - description: 'Leading industrial and commercial steel construction firm. We build durable structures that stand the test of time.', + title: 'SteelStructure | Durable Metal Engineering Solutions', + description: 'Professional steel structure engineering and construction. Industrial, commercial, and infrastructure building solutions.', openGraph: { "title": "SteelStructure | Metal Construction Specialists", "description": "High-conversion architecture and metal structure construction.", -- 2.49.1 From bd15cc3ea1eed30cf7a13c732a4d040480de5c0b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:39:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 279 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 741dfc6..615bba1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,69 +32,30 @@ export default function LandingPage() {
@@ -103,12 +64,7 @@ export default function LandingPage() { @@ -119,21 +75,9 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} features={[ - { - title: "Precision Design", - description: "Custom engineering tailored to exact site needs and environmental demands.", - imageSrc: "http://img.b2bpic.net/free-vector/creative-architecture-25-glyph-solid-black-icon-pack-such-as-tools-education-architect-design-tool_1142-26692.jpg", - }, - { - title: "Structural Integrity", - description: "High-grade materials ensuring safety and extreme longevity for your assets.", - imageSrc: "http://img.b2bpic.net/free-vector/shield-check-cross-sihouette_78370-4170.jpg", - }, - { - title: "Accelerated Timelines", - description: "Strategic project management reducing construction cycles significantly.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-calendar-data-checklist-with-pencil_107791-16202.jpg", - }, + { title: "Precision Design", description: "Custom engineering tailored to exact site needs and environmental demands.", imageSrc: "http://img.b2bpic.net/free-vector/creative-architecture-25-glyph-solid-black-icon-pack-such-as-tools-education-architect-design-tool_1142-26692.jpg" }, + { title: "Structural Integrity", description: "High-grade materials ensuring safety and extreme longevity for your assets.", imageSrc: "http://img.b2bpic.net/free-vector/shield-check-cross-sihouette_78370-4170.jpg" }, + { title: "Accelerated Timelines", description: "Strategic project management reducing construction cycles significantly.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-calendar-data-checklist-with-pencil_107791-16202.jpg" }, ]} title="Core Structural Competencies" description="We provide comprehensive building solutions with strict adherence to structural integrity and architectural vision." @@ -142,46 +86,17 @@ export default function LandingPage() {
@@ -290,21 +150,9 @@ export default function LandingPage() {
@@ -334,45 +175,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/building-with-ventilation-pipes_1127-2158.jpg" logoText="SteelStructure" columns={[ - { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Careers", - href: "#", - }, - ], - }, - { - title: "Solutions", - items: [ - { - label: "Industrial", - href: "#", - }, - { - label: "Commercial", - href: "#", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] }, + { title: "Solutions", items: [{ label: "Industrial", href: "#" }, { label: "Commercial", href: "#" }] }, + { title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "#contact" }] }, ]} /> -- 2.49.1