Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-10 16:38:14 +00:00
5 changed files with 71 additions and 31 deletions

View File

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

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -145,7 +145,7 @@ const MethodologyPage = () => {
value: "IS 456:2000",
title: "Design Standard Basis",
description: "All calculations aligned with Indian Standard concrete design code",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-technical-comparison-chart-showing-fou-1773160608678-a09ba753.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-technical-comparison-chart-showing-fou-1773160608678-a09ba753.png?_wi=2",
imageAlt: "Retrofit strategy comparison analysis",
},
{
@@ -153,7 +153,7 @@ const MethodologyPage = () => {
value: "NDT-Validated",
title: "Real-World Correlation",
description: "Rebound hammer data integrated for field accuracy verification",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-3d-isometric-view-of-a-reinforced-conc-1773160617509-d8c15a57.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-3d-isometric-view-of-a-reinforced-conc-1773160617509-d8c15a57.png?_wi=2",
imageAlt: "3D structural analysis visualization",
},
{
@@ -161,7 +161,7 @@ const MethodologyPage = () => {
value: "4 Methods",
title: "Retrofit Comparison",
description: "GFRP, CFRP, FRP laminates, and RC jacketing evaluated systematically",
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=2",
imageAlt: "Engineering team collaboration workspace",
},
]}
@@ -208,7 +208,7 @@ const MethodologyPage = () => {
content: "RetrofitMatrix generates a ranked list of retrofit strategies based on: strength recovery potential, cost efficiency, constructability, durability, and compatibility with the existing structure. The top recommendation addresses the critical failure mode while optimizing for the specified objective (cost, timeline, performance, or combination).",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/technical-illustration-showing-a-concret-1773160606492-5f5c64b1.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/technical-illustration-showing-a-concret-1773160606492-5f5c64b1.png?_wi=2"
imageAlt="Structural retrofit strengthening technique"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -88,7 +88,7 @@ export default function OptimizerPage() {
{ text: "View Documentation", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773160608116-21346abc.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773160608116-21346abc.png?_wi=2"
imageAlt="RetrofitMatrix analysis engine dashboard"
mediaAnimation="slide-up"
ariaLabel="Platform methodology and features"

View File

@@ -92,7 +92,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773160608116-21346abc.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773160608116-21346abc.png?_wi=1"
imageAlt="RetrofitMatrix structural analysis dashboard interface"
mediaAnimation="slide-up"
avatars={[
@@ -192,7 +192,7 @@ export default function HomePage() {
value: "500+",
title: "Structures Analyzed",
description: "Successful retrofit assessments completed",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-3d-isometric-view-of-a-reinforced-conc-1773160617509-d8c15a57.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-3d-isometric-view-of-a-reinforced-conc-1773160617509-d8c15a57.png?_wi=1",
imageAlt: "3D structural analysis visualization",
},
{
@@ -200,7 +200,7 @@ export default function HomePage() {
value: "92%",
title: "Accuracy Rate",
description: "NDT correlation validation across projects",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-technical-comparison-chart-showing-fou-1773160608678-a09ba753.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-technical-comparison-chart-showing-fou-1773160608678-a09ba753.png?_wi=1",
imageAlt: "Retrofit strategy comparison analysis",
},
{
@@ -208,7 +208,7 @@ export default function HomePage() {
value: "40%",
title: "Cost Optimization",
description: "Average retrofit expenditure reduction achieved",
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=1",
imageAlt: "Engineering team collaboration workspace",
},
]}
@@ -282,7 +282,7 @@ export default function HomePage() {
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=1",
imageAlt: "Rajesh Kumar",
},
{
@@ -290,7 +290,7 @@ export default function HomePage() {
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=1",
imageAlt: "Priya Deshmukh",
},
{
@@ -298,7 +298,7 @@ export default function HomePage() {
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=1",
imageAlt: "Vikram Sharma",
},
{
@@ -306,7 +306,7 @@ export default function HomePage() {
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=1",
imageAlt: "Ananya Patel",
},
{
@@ -314,7 +314,7 @@ export default function HomePage() {
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=2",
imageAlt: "Rohit Singh",
},
{
@@ -322,7 +322,7 @@ export default function HomePage() {
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=2",
imageAlt: "Meera Iyer",
},
]}
@@ -371,7 +371,7 @@ export default function HomePage() {
content: "Yes. Enterprise accounts include comprehensive report generation, data export in multiple formats, and API access for integration into your existing project management systems.",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/technical-illustration-showing-a-concret-1773160606492-5f5c64b1.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/technical-illustration-showing-a-concret-1773160606492-5f5c64b1.png?_wi=1"
imageAlt="Structural retrofit strengthening technique"
mediaAnimation="slide-up"
mediaPosition="right"