From e40c0542226c4e4d3224ded4b8f267a8d16e2289 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:48:45 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5afb6ed..0d7696d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -61,6 +61,24 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-
); -} +} \ No newline at end of file