Merge version_1 into main #3
@@ -1,63 +1,29 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Caveat } from "next/font/google";
|
||||
import { Helvetica_Neue } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/globals.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const caveat = Caveat({
|
||||
variable: "--font-caveat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const helveticaNeue = Helvetica_Neue({
|
||||
variable: "--font-helvetica-neue", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
const geist_mono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lumitris – Full-Service Content Agency | Your Content. Fully Handled.", description: "Lumitris is a full-service content agency handling strategy, production, and optimization. Build your content team today.", keywords: "content agency, content creation, brand strategy, social media, video production, copywriting", metadataBase: new URL("https://lumitris.io"),
|
||||
alternates: {
|
||||
canonical: "https://lumitris.io"},
|
||||
openGraph: {
|
||||
title: "Lumitris – Content Agency", description: "Your content. Fully handled. Discover how we transform brands through strategic content.", url: "https://lumitris.io", siteName: "Lumitris", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", alt: "Lumitris content agency hero"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Lumitris – Content Agency", description: "Your content. Fully handled.", images: ["http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Lumitris - Your Content. Fully Handled.", description: "Content creation and management services for brands"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${caveat.variable} ${helveticaNeue.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geist_mono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1425,7 +1391,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -59,13 +59,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Content creation workspace"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "Production facility"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "digital content production setup"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "Team collaboration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "professional content creator team"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
description="You deserve a team that understands your vision. We handle everything—strategy, creation, and optimization—so you can focus on growing your business."
|
||||
tag="The Problem"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/shiny-drop-dark-background_1182-1339.jpg"
|
||||
imageAlt="Glowing orb visual element"
|
||||
imageAlt="soft glowing light orb abstract"
|
||||
buttons={[
|
||||
{
|
||||
text: "Let's talk →", href: "https://tally.so/r/lumitris-contact"
|
||||
@@ -192,16 +192,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Dedicated Team", price: "Your Full Team", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "Dedicated content team"
|
||||
id: "1", name: "Dedicated Team", price: "Your Full Team", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "professional content creator team"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Full-Service Solutions", price: "End-to-End", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Full service workspace"
|
||||
id: "2", name: "Full-Service Solutions", price: "End-to-End", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Data-Driven Strategy", price: "Results Focus", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "Analytics and strategy"
|
||||
id: "3", name: "Data-Driven Strategy", price: "Results Focus", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "digital content production setup"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Transparent Reporting", price: "Complete Clarity", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Transparent reporting"
|
||||
id: "4", name: "Transparent Reporting", price: "Complete Clarity", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace"
|
||||
},
|
||||
]}
|
||||
ariaLabel="Why Lumitris differentiators section"
|
||||
@@ -243,7 +243,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg"
|
||||
imageAlt="FAQ illustration"
|
||||
imageAlt="content creation studio workspace"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -278,4 +278,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user