4 Commits

Author SHA1 Message Date
aa0adcff89 Update src/app/layout.tsx 2026-03-07 09:58:46 +00:00
7bcd6205c5 Update src/app/page.tsx 2026-03-07 09:57:34 +00:00
0174e14436 Update src/app/layout.tsx 2026-03-07 09:57:33 +00:00
2b00b7ecdf Merge version_1 into main
Merge version_1 into main
2026-03-07 09:54:52 +00:00
2 changed files with 11 additions and 30 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 "./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>
{children}
<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,