6 Commits

Author SHA1 Message Date
d4dbe6b9d5 Update src/app/page.tsx 2026-05-08 23:05:36 +00:00
f1969afda1 Merge version_2 into main
Merge version_2 into main
2026-05-08 21:34:39 +00:00
843d25d6f3 Update src/app/page.tsx 2026-05-08 21:34:36 +00:00
887de22a12 Merge version_1 into main
Merge version_1 into main
2026-05-08 21:29:34 +00:00
5d1c0d0fdd Merge version_1 into main
Merge version_1 into main
2026-05-08 21:29:10 +00:00
49fefcee77 Merge version_1 into main
Merge version_1 into main
2026-05-08 21:28:43 +00:00

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
{
text: "Get Access", href: "#contact"},
{
text: "Explore Platform", href: "#about"},
text: "See Compliance Features", href: "#about"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fpzh5o&_wi=2"
imageAlt="Axiscure architectural compliance chamber"
@@ -122,7 +122,7 @@ export default function LandingPage() {
title: "Instrument Families", value: "12"},
]}
title="Institutional Metrics"
description="Systemized performance and operational oversight."
description="Our framework leverages these 18 specialized operational stages and 4 key regulatory regions to accelerate your speed-to-market and ensure long-term success."
/>
</div>
@@ -254,4 +254,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}