From 1c9fa5be2cc510a8c89686e8c95e557ce45022de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:38:05 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 46e1ec5..4644774 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { { text: "Contact Us", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/civil-engineers-collaborating-on-structu-1773160617424-a8f2d2d3.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/civil-engineers-collaborating-on-structu-1773160617424-a8f2d2d3.png?_wi=3" imageAlt="Engineering team collaborating on structural retrofit analysis" mediaAnimation="slide-up" ariaLabel="About page hero section" @@ -122,7 +122,7 @@ export default function AboutPage() { name: "Rajesh Kumar", handle: "Senior Structural Engineer, L&T", testimonial: "RetrofitMatrix streamlined our retrofit decision process. The 3D visualization and multi-strategy comparison saved us weeks on complex assessments.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-struct-1773160616911-386181df.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-struct-1773160616911-386181df.png?_wi=3", imageAlt: "Rajesh Kumar", }, { @@ -130,7 +130,7 @@ export default function AboutPage() { name: "Priya Deshmukh", handle: "Project Manager, Afcons", testimonial: "The NDT integration is seamless and the cost optimization recommendations have improved our project economics significantly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-project-manag-1773160605665-72b47abd.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-project-manag-1773160605665-72b47abd.png?_wi=3", imageAlt: "Priya Deshmukh", }, { @@ -138,7 +138,7 @@ export default function AboutPage() { name: "Vikram Sharma", handle: "Technical Director, Tata Projects", testimonial: "Enterprise-grade reliability with the technical depth engineers demand. A game-changer for infrastructure retrofit planning.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-techni-1773160616821-f7269eb0.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-techni-1773160616821-f7269eb0.png?_wi=2", imageAlt: "Vikram Sharma", }, { @@ -146,7 +146,7 @@ export default function AboutPage() { name: "Ananya Patel", handle: "Chief Structural Consultant", testimonial: "The platform's accuracy in failure mode prediction has become critical to our safety assessments. Highly recommend for any infrastructure company.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-structural-co-1773160605996-8501ea09.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-structural-co-1773160605996-8501ea09.png?_wi=2", imageAlt: "Ananya Patel", }, { @@ -154,7 +154,7 @@ export default function AboutPage() { name: "Rohit Singh", handle: "Infrastructure Technology Lead", testimonial: "We've integrated RetrofitMatrix into our standard retrofit workflow. The ROI is exceptional and the support team is outstanding.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-struct-1773160616911-386181df.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-struct-1773160616911-386181df.png?_wi=4", imageAlt: "Rohit Singh", }, { @@ -162,7 +162,7 @@ export default function AboutPage() { name: "Meera Iyer", handle: "Structural Engineering Manager", testimonial: "Finally, a platform that understands the complexity of real-world concrete degradation. The recommendations are scientifically sound and practically implementable.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-project-manag-1773160605665-72b47abd.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-project-manag-1773160605665-72b47abd.png?_wi=4", imageAlt: "Meera Iyer", }, ]} -- 2.49.1 From f269961b9a2de412c0568f0b33d3f66edb3daea9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:38:06 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 56 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ed8420..ed659db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,62 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Manrope } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Manrope } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "RetrofitMatrix - Structural Retrofit Optimization Platform", + description: "Enterprise-grade structural retrofit decision-support platform for concrete degradation analysis, failure mode prediction, and optimized strengthening strategies. Professional tool for EPC companies and structural engineers.", + keywords: "structural retrofit, concrete degradation, structural analysis, EPC platform, engineering software, retrofit optimization, SaaS", + metadataBase: new URL("https://retrofitmatrix.com"), + alternates: { + canonical: "https://retrofitmatrix.com", + }, + openGraph: { + title: "RetrofitMatrix - Structural Retrofit Decision Support", + description: "Professional structural retrofit analysis platform for concrete degradation assessment and optimization.", + siteName: "RetrofitMatrix", + type: "website", + images: [ + { + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773160608116-21346abc.png", + alt: "RetrofitMatrix structural analysis dashboard", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "RetrofitMatrix - Structural Retrofit Platform", + description: "Enterprise-grade structural retrofit decision support system.", + images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773160608116-21346abc.png", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +65,9 @@ export default function RootLayout({ return ( - + {children}