From c3d725742b20ced3512406766659de2a5e389944 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:13:25 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d847890..10d4644 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1405,4 +1405,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 5136f8c3ae5f96773b45f6a71c318cc2ce1db25e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:13:25 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 249 ++++------------------------------------------- 1 file changed, 18 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50b3ec9..355ddeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,233 +1,20 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { - Award, - CheckCircle, - Mail, - MessageCircle, - Sparkles, - TrendingUp, - Users, - Zap, -} from "lucide-react"; - -export default function LandingPage() { +export default function Home() { return ( - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
+
+ {/* Hero Section with Primary CTA */} +
+
+

+ Transform Your Vision Into Reality +

+

+ Get professional creative solutions that drive results. Start your project today and see the difference expert design and strategy can make. +

+ +
+
+
); -} +} \ No newline at end of file -- 2.49.1