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.",
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" }] },
]}
/>