Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 01:35:54 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1399,4 +1399,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -133,7 +133,9 @@ export default function HomePage() {
<div id="about-arct" data-section="about-arct" className="py-20 mx-auto px-4 md:px-6">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Built for calm confidence." },
{ type: "text", content: "Built for" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", alt: "ARCT brand aesthetic" },
{ type: "text", content: "calm confidence." },
]}
useInvertedBackground={false}
buttons={[
@@ -166,4 +168,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}