From e31104a0fb4189f64cb199b0621bf6ee87f2981d Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 15:17:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fe508a..58ca297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,22 +1,21 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, TrendingUp, Users, Zap } from 'lucide-react'; +import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import AboutMetric from "@/components/sections/about/AboutMetric"; +import FeatureCardEleven from "@/components/sections/feature/FeatureCardEleven"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import TeamCardSix from "@/components/sections/team/TeamCardSix"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Award, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return (