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, 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.

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