From 3389097365b3b22ead5c7de4796feb64884b983e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:01:11 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 65 ++++++++++-------------------------------- 1 file changed, 15 insertions(+), 50 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d9946cd..bbb90e3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -63,15 +60,10 @@ export default function AboutPage() { > @@ -85,12 +77,10 @@ export default function AboutPage() { tagAnimation="slide-up" buttons={[ { - text: "Explore Platform", - href: "/optimizer", - }, + text: "Explore Platform", href: "/optimizer"}, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/civil-engineers-collaborating-on-structu-1773156702010-b5be620a.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/civil-engineers-collaborating-on-structu-1773156702010-b5be620a.png" imageAlt="RetrofitMatrix team collaborating on structural analysis" mediaAnimation="slide-up" ariaLabel="About RetrofitMatrix - hero section" @@ -105,16 +95,12 @@ export default function AboutPage() { Date: Tue, 10 Mar 2026 16:01:12 +0000 Subject: [PATCH 2/5] Update src/app/methodology/page.tsx --- src/app/methodology/page.tsx | 93 ++++++++---------------------------- 1 file changed, 21 insertions(+), 72 deletions(-) diff --git a/src/app/methodology/page.tsx b/src/app/methodology/page.tsx index d1dbec2..3a121f3 100644 --- a/src/app/methodology/page.tsx +++ b/src/app/methodology/page.tsx @@ -11,17 +11,16 @@ import { Zap, CheckCircle } from "lucide-react"; export default function MethodologyPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Platform", id: "optimizer" }, - { name: "How It Works", id: "methodology" }, - { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, + { name: "Home", id: "/" }, + { name: "Platform", id: "/optimizer" }, + { name: "How It Works", id: "/methodology" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -29,8 +28,7 @@ export default function MethodologyPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -38,8 +36,7 @@ export default function MethodologyPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -66,9 +63,7 @@ export default function MethodologyPage() { brandName="RetrofitMatrix" navItems={navItems} button={{ - text: "Start Analysis", - href: "/optimizer", - }} + text: "Start Analysis", href: "/optimizer"}} /> @@ -82,16 +77,12 @@ export default function MethodologyPage() { tagAnimation="slide-up" buttons={[ { - text: "Request Technical Brief", - href: "#contact", - }, + text: "Request Technical Brief", href: "#contact"}, { - text: "View Case Studies", - href: "#", - }, + text: "View Case Studies", href: "#"}, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-3d-isometric-view-of-a-reinforced-conc-1773156671407-d5e0b4fe.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-3d-isometric-view-of-a-reinforced-conc-1773156671407-d5e0b4fe.jpg" imageAlt="3D structural analysis visualization" mediaAnimation="slide-up" ariaLabel="Methodology hero section" @@ -103,40 +94,16 @@ export default function MethodologyPage() { Date: Tue, 10 Mar 2026 16:01:13 +0000 Subject: [PATCH 3/5] Update src/app/optimizer/page.tsx --- src/app/optimizer/page.tsx | 64 +++++++++----------------------------- 1 file changed, 14 insertions(+), 50 deletions(-) diff --git a/src/app/optimizer/page.tsx b/src/app/optimizer/page.tsx index f86fb8e..3558ff4 100644 --- a/src/app/optimizer/page.tsx +++ b/src/app/optimizer/page.tsx @@ -19,8 +19,7 @@ export default function OptimizerPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -28,8 +27,7 @@ export default function OptimizerPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -37,8 +35,7 @@ export default function OptimizerPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -80,7 +77,7 @@ export default function OptimizerPage() { { text: "View Demo", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773156668765-b6234675.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773156668765-b6234675.jpg" imageAlt="RetrofitMatrix optimizer tool interface" mediaAnimation="slide-up" ariaLabel="Optimizer tool hero section" @@ -95,40 +92,16 @@ export default function OptimizerPage() { Date: Tue, 10 Mar 2026 16:01:14 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 221 +++++++++-------------------------------------- 1 file changed, 42 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bad860a..33eae2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -92,22 +89,16 @@ 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-1773156668765-b6234675.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773156668765-b6234675.jpg" imageAlt="RetrofitMatrix structural analysis dashboard interface" mediaAnimation="slide-up" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-struct-1773156673665-8acc0972.jpg", - alt: "Senior Structural Engineer", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-struct-1773156673665-8acc0972.jpg", alt: "Senior Structural Engineer"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-project-manag-1773156671327-92ddcf2e.jpg", - alt: "Project Manager", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-project-manag-1773156671327-92ddcf2e.jpg", alt: "Project Manager"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-techni-1773156670614-35863201.jpg", - alt: "Technical Director", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/professional-headshot-of-a-senior-techni-1773156670614-35863201.jpg", alt: "Technical Director"}, ]} avatarText="Trusted by Leading Infrastructure Companies" ariaLabel="Hero section - RetrofitMatrix structural retrofit platform" @@ -122,20 +113,14 @@ export default function HomePage() { Date: Tue, 10 Mar 2026 16:01:15 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 118 ++++++++++----------------------------- 1 file changed, 29 insertions(+), 89 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index a4390a3..9ad40ed 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -11,17 +11,16 @@ import { Zap, CheckCircle } from "lucide-react"; export default function PricingPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Platform", id: "optimizer" }, - { name: "How It Works", id: "methodology" }, - { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, + { name: "Home", id: "/" }, + { name: "Platform", id: "/optimizer" }, + { name: "How It Works", id: "/methodology" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/optimizer" }, { label: "Methodology", href: "/methodology" }, { label: "Pricing", href: "/pricing" }, @@ -29,8 +28,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Engineering Blog", href: "#" }, { label: "Case Studies", href: "#" }, @@ -38,8 +36,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -66,9 +63,7 @@ export default function PricingPage() { brandName="RetrofitMatrix" navItems={navItems} button={{ - text: "Start Analysis", - href: "/optimizer", - }} + text: "Start Analysis", href: "/optimizer"}} /> @@ -82,16 +77,12 @@ export default function PricingPage() { tagAnimation="slide-up" buttons={[ { - text: "Request Custom Quote", - href: "#contact", - }, + text: "Request Custom Quote", href: "#contact"}, { - text: "Schedule Demo", - href: "#", - }, + text: "Schedule Demo", href: "#"}, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773156668765-b6234675.jpg?_wi=4" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9uBCdwZTbaTO3HYdkY10yESE/a-modern-structural-analysis-dashboard-s-1773156668765-b6234675.jpg" imageAlt="RetrofitMatrix structural analysis dashboard" mediaAnimation="slide-up" ariaLabel="Pricing hero section" @@ -103,59 +94,26 @@ export default function PricingPage() {