From 7020753aaed0a4bb9a30200866b2730c65dd2bfa Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:40: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 55c0c00..c8a3d12 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1275,4 +1275,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From c8eb41c777e767882d2d17e7af5ec46d4e7ea813 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:40:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0310fb..b27c43c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -10,6 +10,7 @@ import TestimonialCardEleven from '@/components/sections/testimonial/Testimonial import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Package, Trophy } from 'lucide-react'; export default function SuppleLabs() { return ( @@ -39,20 +40,16 @@ export default function SuppleLabs() {
-
@@ -298,4 +295,4 @@ export default function SuppleLabs() { ); -} +} \ No newline at end of file -- 2.49.1