Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-07 09:57:39 +00:00
2 changed files with 12 additions and 31 deletions

View File

@@ -1,42 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Lenis as LenisComponent } from "./lenis";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Helion Era | Premium Digital Growth Agency", description: "Premium digital growth agency offering UI/UX design, website development, social media management, and lead generation systems. Move your brand forward with strategic growth solutions.", keywords: "digital growth agency, UI UX design, website development, lead generation, social media management, SEO strategy, conversion optimization", openGraph: {
title: "Helion Era | Growth Systems That Move Brands Forward", description: "Premium digital growth agency delivering strategic solutions that accelerate brand growth and market dominance.", siteName: "Helion Era", type: "website"},
robots: {
index: true,
follow: true,
},
};
title: "Helion Era - Digital Growth Agency", description: "Premium UI/UX design, website development, social media management, lead generation systems, and digital growth strategy."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
<LenisComponent>{children}</LenisComponent>
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1404,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -66,6 +66,10 @@ export default function LandingPage() {
tag="SERVICES"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Book Strategy Call", href: "contact" }
]}
buttonAnimation="slide-up"
features={[
{
id: 1,