From cd2a37b691030e47f5784da1c9545904412bb261 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 13:15:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 450 ++++++++++++++++++++++++++--------------------- 1 file changed, 254 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93f424f..b425973 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,266 +1,324 @@ -"use client"; +"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Brush, Layers, Mail, Minus, Palette, Sparkles, Wind, Zap } from 'lucide-react'; export default function LandingPage() { return (
-
-
- +
-
- + +
+ -
- -
- -
- -
-
-
- + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1