From 67d74e8ac61d808f533e4e2f8491c1e76776f90f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:26:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be4751d..15e3394 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,8 @@ import "./styles/base.css"; import "./styles/variables.css"; export const metadata: Metadata = { - title: "Helion Era | Digital Growth Solutions", description: "Transform your business with premium digital growth strategies and solutions."}; + title: "Helion Era | Digital Growth Solutions", description: "Transform your business with premium digital growth strategies and solutions." +}; export default function RootLayout({ children, -- 2.49.1 From a691134c75d940ac233a9b67837e2d07646982ee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:26:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 539 +++++++++++++++++++++++------------------------ 1 file changed, 267 insertions(+), 272 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09f7695..416b822 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDash import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import TimelineCardStack from "@/components/cardStack/layouts/timelines/TimelineCardStack"; import TextBox from "@/components/Textbox"; -import ButtonIconArrow from "@/components/button/ButtonIconArrow"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, CheckCircle, X, Zap, Target, Rocket, TrendingUp, Calendar } from "lucide-react"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Sparkles, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, CheckCircle, X, Zap, Target, Rocket, TrendingUp, Calendar, Twitter, Linkedin, Github } from "lucide-react"; const Dashboard = ({ title, stats, logoIcon: LogoIcon, sidebarItems, buttons, listItems, imageSrc, searchPlaceholder, chartTitle, chartData, listTitle, videoSrc, imageAlt, videoAriaLabel, className, containerClassName, sidebarClassName, statClassName, chartClassName, listClassName }) => { return ( @@ -51,278 +50,274 @@ export default function Home() { bottomRightText="hello@helionera.com" /> -
- -
- -
- -
- -
- -
-
-
- -
-
-

Strategy & Discovery

-

We dive deep into your business, market, and goals to craft a personalized growth strategy tailored to your unique needs and competitive landscape.

-
-
-
- -
-
-
- -
-
-

Execution & Launch

-

Our expert team executes your strategy with precision. We build, optimize, and launch campaigns designed to drive immediate impact and measurable results.

-
-
-
- -
-
-
- -
-
-

Optimization & Growth

-

We continuously monitor performance, test new approaches, and refine strategies based on real data to maximize your ROI and accelerate sustainable growth.

-
-
-
- -
-
-
- -
-
-

Scale & Success

-

Once proven effective, we scale what works. Your business grows exponentially while we maintain quality, consistency, and continued innovation throughout the journey.

-
-
-
-
-
- - - -
-
- - -
-
- -

Calendly Booking Widget

-

Embedded Calendly scheduling system would appear here for seamless appointment booking.

-
-
-
-
- -
-
-
-

Ready to Grow 3x Faster?

-

Join hundreds of companies transforming their revenue with our premium digital growth solutions. Our proven framework delivers measurable results in weeks, not months.

-
- - -
-
-
-
- -
-
- -
-
- -
-
- -
-
- - + + ); } -- 2.49.1