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({ 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