From 20609958eddc3d0772e1949a17714b3b90589410 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:49:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdeef9f..22c1cad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import HeroSignup from "@/components/sections/hero/HeroSignup"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; @@ -40,28 +40,18 @@ export default function LandingPage() {
- { + console.log("Email submitted:", email); + }} ariaLabel="Hero section - OneWay Carriers logistics services" />
-- 2.49.1