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() {
>
({
- name: item.name,
- id: item.id,
- }))}
+ navItems={navItems}
brandName="RetrofitMatrix"
button={{
- text: "Start Analysis",
- href: "/optimizer",
- }}
+ text: "Start Analysis", href: "/optimizer"}}
/>
@@ -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() {
@@ -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() {
@@ -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() {