7 Commits

Author SHA1 Message Date
9d79cff015 Update src/app/page.tsx 2026-03-03 01:38:54 +00:00
3bb93abc1b Merge version_2 into main
Merge version_2 into main
2026-03-03 01:35:53 +00:00
3070165c0d Update src/app/page.tsx 2026-03-03 01:35:49 +00:00
fcd9466b87 Update src/app/layout.tsx 2026-03-03 01:35:49 +00:00
e625e5841d Merge version_1 into main
Merge version_1 into main
2026-03-02 20:10:23 +00:00
e9c0cfac75 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:07:43 +00:00
7ab5dfe3ac Merge version_1 into main
Merge version_1 into main
2026-03-02 20:04:54 +00:00
2 changed files with 6 additions and 4 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={[
@@ -146,7 +148,7 @@ export default function HomePage() {
<div id="email-capture" data-section="email-capture" className="py-16 max-w-2xl mx-auto text-center px-4 md:px-6">
<ContactCenter
tag="Early Access"
title="Early access, quietly."
title="Get First Access to New Drops"
description="Subscribe for early releases, limited runs, and restock updates. No hype. No spam."
tagIcon={Mail}
background={{ variant: "plain" }}
@@ -166,4 +168,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}