From 3fff402e7e0a5bf76aa1a1081bc2e5311cc7a74b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:55:07 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b4ebe68..795cd0f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,9 +19,9 @@ export const metadata: Metadata = { }, }; + const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); export default function RootLayout({ -- 2.49.1 From 5959979be5e3215dd7a8c017e6e30a351ada13f7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:55:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a44392..fd022ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,8 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; -import { Target } from 'lucide-react'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import { Target, Info, Recycle, Users, Lightbulb } from 'lucide-react'; export default function LandingPage() { return ( @@ -59,20 +59,19 @@ export default function LandingPage() {
-
@@ -126,4 +125,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1