From 4fddb4010b76e135f5705996045866f3f6b6c0d2 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 13:44:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fc639cb..2fe1b58 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1276,4 +1276,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From cd9e3a4c1eaf92178d4385bdddc958f7754fb54b Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 13:45:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11780ac..afa0936 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import MediaSplitTabsAbout from "@/components/sections/about/MediaSplitTabsAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; -import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial"; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; +import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { Youtube, Twitter, Linkedin, Instagram } from "lucide-react"; export default function LandingPage() { @@ -254,7 +254,6 @@ export default function LandingPage() { ); -} +} \ No newline at end of file