From 0163a690c0aada978f41d060834a92d96f9b95e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:40:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 58 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fcc7ca..ee9ac1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Crown, Gauge, Users, Zap } from "lucide-react"; +import { Award, Gauge, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -40,7 +42,7 @@ export default function LandingPage() {
-
@@ -97,30 +99,34 @@ export default function LandingPage() {
- +
+ +
+
@@ -141,17 +147,41 @@ export default function LandingPage() { /> +
+ +
+
-
-- 2.49.1