From fb9aaed08d203b605b4706bca4429f1b2d4f820b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:54:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 106893b..adaec3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Zap, Shield, Layers, Infinity, Heart, Star, Mail, Users } from 'lucide-react'; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Sparkles, Zap, Shield, Layers, Infinity, Heart, Star, Mail, Users } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1