From d8881ba5617f62e426c1b455589719c056f7f304 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:58:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaf1376..87225e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,15 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Zap, Gauge, ReceiptText, MapPin, Star } from "lucide-react"; +import { Zap, Gauge, ReceiptText, MapPin } from "lucide-react"; export default function EcoDrivePage() { return ( @@ -44,23 +43,16 @@ export default function EcoDrivePage() {
-
@@ -163,4 +155,4 @@ export default function EcoDrivePage() { ); -} +} \ No newline at end of file