8 Commits

Author SHA1 Message Date
c5ebcf34b7 Update src/app/page.tsx 2026-03-07 10:43:12 +00:00
28e0688639 Merge version_2 into main
Merge version_2 into main
2026-03-07 10:41:07 +00:00
6ea0a190b9 Update src/app/page.tsx 2026-03-07 10:41:02 +00:00
a41ba05e0b Update src/app/layout.tsx 2026-03-07 10:41:02 +00:00
079239263e Merge version_1 into main
Merge version_1 into main
2026-03-07 10:37:36 +00:00
c19b51a116 Merge version_1 into main
Merge version_1 into main
2026-03-07 10:36:30 +00:00
75ae0da734 Merge version_1 into main
Merge version_1 into main
2026-03-07 10:34:39 +00:00
1094aac97a Merge version_1 into main
Merge version_1 into main
2026-03-07 10:33:21 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ const geist_mono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Lumitris - Your Content. Fully Handled.", description: "Content creation and management services for brands"};
title: "Lumitris - Your Content. Fully Handled.", description: "Content creation and management services for brands"
};
export default function RootLayout({
children,

View File

@@ -56,6 +56,9 @@ export default function LandingPage() {
{
text: "Build my team →", href: "https://tally.so/r/lumitris-contact"
},
{
text: "See Our Work →", href: "#differentiators"
},
]}
slides={[
{
@@ -211,7 +214,7 @@ export default function LandingPage() {
<div id="cta-band" data-section="cta-band">
<ContactCenter
tag="Ready to Level Up?"
title="Let's build your content team"
title="Get Your Content Team in 2 Weeks"
description="Join brands that are crushing their content goals with our help."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}