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